Searched refs:mDisplayAreaBounds (Results 1 – 1 of 1) sorted by relevance
59 private Rect mDisplayAreaBounds; field in MainInteractionSession129 mDisplayAreaBounds = args.getParcelable(Utils.DISPLAY_AREA_BOUNDS_KEY); in onShow()281 Bitmap displayAreaScreenshot = Bitmap.createBitmap(screenshot, mDisplayAreaBounds.left, in compareScreenshot()282 mDisplayAreaBounds.top, mDisplayAreaBounds.width(), mDisplayAreaBounds.height()); in compareScreenshot()