Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DDetermineFovActivity.java192 int photoHeight = mPhotoBitmap.getHeight(); in drawContents() local
197 int scaledHeight = (int) (scale * photoHeight); in drawContents()
205 scale = (float) canvasHeight / photoHeight; in drawContents()