Searched defs:screenshot (Results 1 – 5 of 5) sorted by relevance
/cts/hostsidetests/devicepolicy/app/Assistant/src/com/android/cts/devicepolicy/assistapp/ |
D | MyInteractionSessionService.java | 45 public void onHandleScreenshot(Bitmap screenshot) { in onHandleScreenshot()
|
/cts/tests/tests/assist/service/src/android/assist/service/ |
D | MainInteractionSession.java | 159 public void onHandleScreenshot(/*@Nullable*/ Bitmap screenshot) { in onHandleScreenshot() 179 private boolean compareScreenshot(Bitmap screenshot, int color) { in compareScreenshot()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | LocationOnScreenTests.java | 157 final Bitmap screenshot = getInstrumentation().getUiAutomation().takeScreenshot(); in findTestColorsInScreenshot() local 181 private boolean isTestColors(Bitmap screenshot, int x, int y) { in isTestColors()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | TextureViewTest.java | 157 Bitmap screenshot = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888); in testRotateScale() local 199 Bitmap screenshot = Bitmap.createBitmap(viewPos.width(), viewPos.height(), in testTransformScale() local 340 Bitmap screenshot = Bitmap.createBitmap(viewPos.width(), viewPos.height(), in testSamplingWithTransform() local 533 Bitmap screenshot = Bitmap.createBitmap(window.getDecorView().getWidth(), in getPixel() local
|
/cts/tests/tests/assist/src/android/assist/cts/ |
D | AssistTestBase.java | 518 protected void setFeaturesEnabled(StructureEnabled structure, ScreenshotEnabled screenshot) { in setFeaturesEnabled()
|