Searched refs:screenShot (Results 1 – 4 of 4) sorted by relevance
48 final Bitmap screenShot = screenshotBuffer == null ? null : screenshotBuffer.asBitmap(); in takeScreenshot() local49 if (screenShot == null) { in takeScreenshot()55 screenShot.setHasAlpha(false); in takeScreenshot()57 return screenShot; in takeScreenshot()
77 public void setBitmap(Bitmap screenShot) { in setBitmap() argument78 mScreenShot = screenShot; in setBitmap()
1784 Bitmap screenShot = Bitmap.createBitmap(width, height, in updatePage() local1786 final Bitmap finalScreenShot = screenShot; in updatePage()1789 PixelCopy.request(surface, screenShot, (res) -> { in updatePage()
1043 Bitmap screenShot = null; in takeScreenshot() local1046 screenShot = mUiAutomationConnection.takeScreenshot( in takeScreenshot()1048 if (screenShot == null) { in takeScreenshot()1057 screenShot.setHasAlpha(false); in takeScreenshot()1059 return screenShot; in takeScreenshot()