Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DDetermineFovActivity.java215 int photoWidth = mPhotoBitmap.getWidth(); in drawContents() local
220 float scale = (float) canvasWidth / photoWidth; in drawContents()
230 float scaledWidth = scale * photoWidth; in drawContents()