Home
last modified time | relevance | path

Searched defs:screenshot (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/devicepolicy/app/Assistant/src/com/android/cts/devicepolicy/assistapp/
DMyInteractionSessionService.java45 public void onHandleScreenshot(Bitmap screenshot) { in onHandleScreenshot()
/cts/tests/tests/assist/service/src/android/assist/service/
DMainInteractionSession.java159 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/
DLocationOnScreenTests.java157 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/
DTextureViewTest.java157 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/
DAssistTestBase.java518 protected void setFeaturesEnabled(StructureEnabled structure, ScreenshotEnabled screenshot) { in setFeaturesEnabled()