Searched defs:screenshot (Results 1 – 4 of 4) sorted by relevance
45 public void onHandleScreenshot(Bitmap screenshot) { in onHandleScreenshot()
149 public void onHandleScreenshot(/*@Nullable*/ Bitmap screenshot) { in onHandleScreenshot()169 private boolean compareScreenshot(Bitmap screenshot, int color) { in compareScreenshot()
156 final Bitmap screenshot = in findTestColorsInScreenshot() local181 private boolean isTestColors(Bitmap screenshot, int x, int y) { in isTestColors()
290 Bitmap screenshot = Bitmap.createBitmap(window.getDecorView().getWidth(), in getPixel() local