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