Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DDetermineFovActivity.java59 private Bitmap mPhotoBitmap; field in DetermineFovActivity
76 mPhotoBitmap = in onCreate()
100 mPhotoBitmap = Bitmap.createBitmap(mPhotoBitmap, 0, 0, mPhotoBitmap.getWidth(), in onCreate()
101 mPhotoBitmap.getHeight(), transform, true); in onCreate()
209 if (canvas == null || mPhotoBitmap == null) { in drawContents()
215 int photoWidth = mPhotoBitmap.getWidth(); in drawContents()
216 int photoHeight = mPhotoBitmap.getHeight(); in drawContents()
237 canvas.drawBitmap(mPhotoBitmap, null, drawRect, null); in drawContents()