/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | BlurTests.java | 121 final Bitmap screenshot = takeScreenshot(); in testBlurBehindSimple() local 168 Bitmap screenshot = takeScreenshot(); in testBackgroundBlurActivatesFallbackDynamically() local 194 Bitmap screenshot = takeScreenshot(); in testBlurBehindDisabledDynamically() local 221 Bitmap screenshot = takeScreenshot(); in testBlurBehindAndBackgroundBlur() local 244 final Bitmap screenshot = takeScreenshot(); in testBlurBehindAndBackgroundBlurSetWithAttributes() local 257 Bitmap screenshot = takeScreenshot(); in testBlurDestroyedAfterActivityFinished() local 337 final Bitmap screenshot = takeScreenshot(); in verifyOnlyBackgroundImageVisible() local 356 private static void assertBlurBehind(Bitmap screenshot, Rect windowFrame) { in assertBlurBehind() 361 private static void assertBackgroundBlur(Bitmap screenshot, Rect windowFrame) { in assertBackgroundBlur() 365 private static void assertBackgroundBlurOverBlurBehind(Bitmap screenshot, Rect windowFrame) { in assertBackgroundBlurOverBlurBehind() [all …]
|
D | LocationOnScreenTests.java | 156 final Bitmap screenshot = getInstrumentation().getUiAutomation().takeScreenshot(); in findTestColorsInScreenshot() local 180 private boolean isTestColors(Bitmap screenshot, int x, int y) { in isTestColors()
|
D | WindowInsetsAnimationSynchronicityTests.java | 102 Bitmap screenshot = getInstrumentation().getUiAutomation().takeScreenshot(); in runTest() local
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | ScreenCaptureDisabledTest.java | 83 Bitmap screenshot = null; in testScreenCaptureImpossible() local 94 Bitmap screenshot = null; in testScreenCapturePossible() local 105 Bitmap screenshot = getInstrumentation().getUiAutomation().takeScreenshot(); in takeScreenshot() local
|
/cts/tests/bugreport/src/android/bugreport/cts/ |
D | BugreportManagerTest.java | 97 String screenshot = brFiles.second; in testTelephonyBugreport() local 110 String screenshot = brFiles.second; in testFullBugreport() local 124 String screenshot = brFiles.second; in testInteractiveBugreport() local 143 String screenshot = brFiles.second; in testWifiBugreport() local 156 String screenshot = brFiles.second; in testRemoteBugreport() local 169 String screenshot = brFiles.second; in testWearBugreport() local 256 String screenshot = response.getStringExtra(EXTRA_SCREENSHOT); in triggerBugreport() local
|
/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 | 187 public void onHandleScreenshot(/*@Nullable*/ Bitmap screenshot) { in onHandleScreenshot() 207 private boolean compareScreenshot(Bitmap screenshot, int color) { in compareScreenshot()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityTakeScreenshotTest.java | 238 … private boolean doesBitmapDisplaySecureContent(Activity activity, Bitmap screenshot, int color) { in doesBitmapDisplaySecureContent() 264 private void verifyScreenshotResult(AccessibilityService.ScreenshotResult screenshot) { in verifyScreenshotResult()
|
D | AccessibilityFocusAndInputFocusSyncTest.java | 377 final Bitmap screenshot = sUiAutomation.takeScreenshot(); in screenshotAfterChangeFocusColor() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | TextureViewTest.java | 161 Bitmap screenshot = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888); in testRotateScale() local 203 Bitmap screenshot = Bitmap.createBitmap(viewPos.width(), viewPos.height(), in testTransformScale() local 359 Bitmap screenshot = Bitmap.createBitmap(viewPos.width(), viewPos.height(), in testSamplingWithTransform() local 558 Bitmap screenshot = Bitmap.createBitmap(window.getDecorView().getWidth(), in getPixel() local
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/ |
D | BitmapAsserter.java | 87 Bitmap screenshot = InstrumentationRegistry.getInstrumentation() in onFailure() local
|
/cts/tests/accessibility/common/src/android/accessibility/cts/common/ |
D | AccessibilityDumper.java | 148 final Bitmap screenshot = automation.takeScreenshot(); in dumpScreen() local
|
/cts/tests/tests/assist/src/android/assist/cts/ |
D | AssistTestBase.java | 604 ScreenshotEnabled screenshot) { in setFeaturesEnabled()
|