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.java57 private Bitmap mPhotoBitmap; field in DetermineFovActivity
74 mPhotoBitmap = in onCreate()
185 if (canvas == null || mPhotoBitmap == null) { in drawContents()
191 int photoWidth = mPhotoBitmap.getWidth(); in drawContents()
192 int photoHeight = mPhotoBitmap.getHeight(); in drawContents()
213 canvas.drawBitmap(mPhotoBitmap, null, drawRect, null); in drawContents()