Searched refs:mPhotoBitmap (Results 1 – 1 of 1) sorted by relevance
59 private Bitmap mPhotoBitmap; field in DetermineFovActivity76 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()