Home
last modified time | relevance | path

Searched refs:boxAspectRatio (Results 1 – 1 of 1) sorted by relevance

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DFixedAspectSurfaceView.java100 float boxAspectRatio = width / (float) height; in onMeasure() local
101 if (boxAspectRatio > mAspectRatio) { in onMeasure()