Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVCameraPreview.java93 int v_width = getWidth(); in surfaceCreated() local
95 if ( (float)v_height/v_width > in surfaceCreated()
97 layout.height = (int)(v_width * mAspect); in surfaceCreated()
98 layout.width = v_width; in surfaceCreated()
103 Log.d(TAG, String.format("Layout (%d, %d) -> (%d, %d)", v_width, v_height, in surfaceCreated()