Searched refs:mScreenImageBounds (Results 1 – 1 of 1) sorted by relevance
43 private RectF mScreenImageBounds = new RectF(); field in CropView331 mScreenImageBounds.set(mImageBounds); in onDraw()334 if (mDisplayMatrix.mapRect(mScreenImageBounds)) { in onDraw()336 mScreenImageBounds.roundOut(mShadowBounds); in onDraw()356 CropDrawingUtils.drawShadows(canvas, p, mScreenCropBounds, mScreenImageBounds); in onDraw()