/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | ScreenCaptureDisabledTest.java | 55 Bitmap screenshot = null; in testScreenCaptureImpossible() local 66 Bitmap screenshot = null; in testScreenCapturePossible() local 77 Bitmap screenshot = getInstrumentation().getUiAutomation().takeScreenshot(); in takeScreenshot() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/ |
D | BlurTests.java | 159 Bitmap screenshot = takeScreenshot(); in testBlurBehindSimple() local 224 final Bitmap screenshot = takeScreenshot(); in testNoBlurBehindWhenBlurDisabled() local 253 Bitmap screenshot = takeScreenshot(); in testBackgroundBlurActivatesFallbackDynamically() local 283 Bitmap screenshot = takeScreenshot(); in testBlurBehindDisabledDynamically() local 319 Bitmap screenshot = takeScreenshot(); in testBlurBehindAndBackgroundBlur() local 351 final Bitmap screenshot = takeScreenshot(); in testBlurBehindAndBackgroundBlurSetWithAttributes() local 370 Bitmap screenshot = takeScreenshot(); in testAllBlurRemovedAndRestoredWhenToggleBlurDisabled() local 408 Bitmap screenshot = takeScreenshot(); in testBlurDestroyedAfterActivityFinished() local 614 private void assertBlurBehind(Bitmap screenshot, Rect windowFrame) { in assertBlurBehind() 634 private void assertBackgroundBlur(Bitmap screenshot, Rect windowFrame) { in assertBackgroundBlur() [all …]
|
D | LocationOnScreenTests.java | 162 final Bitmap screenshot = getInstrumentation().getUiAutomation().takeScreenshot(); in findTestColorsInScreenshot() local 186 private boolean isTestColors(Bitmap screenshot, int x, int y) { in isTestColors()
|
/cts/tests/bugreport/src/android/bugreport/cts/ |
D | BugreportManagerTest.java | 133 String screenshot = brFiles.second; in testTelephonyBugreport() local 147 String screenshot = brFiles.second; in testFullBugreport() local 162 String screenshot = brFiles.second; in testInteractiveBugreport() local 182 String screenshot = brFiles.second; in testWifiBugreport() local 196 String screenshot = brFiles.second; in testRemoteBugreport() local 210 String screenshot = brFiles.second; in testWearBugreport() local 225 String screenshot = brFiles.second; in testOnboardingBugreport() local 350 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/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityTakeScreenshotTest.java | 389 private boolean doesScreenshotContainColor(ScreenshotResult screenshot, int color) { in doesScreenshotContainColor() 412 private void verifyScreenshotResult(AccessibilityService.ScreenshotResult screenshot) { in verifyScreenshotResult() 416 private void verifyScreenshotResult(AccessibilityService.ScreenshotResult screenshot, in verifyScreenshotResult()
|
D | AccessibilityFocusAndInputFocusSyncTest.java | 375 final Bitmap screenshot = sUiAutomation.takeScreenshot(); in screenshotAfterChangeFocusColor() local
|
/cts/tests/tests/assist/service/src/android/assist/service/ |
D | MainInteractionSession.java | 242 public void onHandleScreenshot(/*@Nullable*/ Bitmap screenshot) { in onHandleScreenshot() 262 private boolean compareScreenshot(Bitmap screenshot, int color) { in compareScreenshot()
|
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
D | InputMethodVisibilityVerifier.java | 52 final Bitmap screenshot = uiAutomation.takeScreenshot(); in containsWatermark() local
|
/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/ |
D | Helper.java | 53 final Bitmap screenshot = takeScreenshot(); in takeScreenshotAndSave() local
|
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
D | SurfaceSyncGroupTests.java | 193 Bitmap screenshot = mInstrumentation.getUiAutomation().takeScreenshot( in validateScreenshot() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | TextureViewTest.java | 211 Bitmap screenshot = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888); in testRotateScale() local 253 Bitmap screenshot = Bitmap.createBitmap(viewPos.width(), viewPos.height(), in testTransformScale() local 651 Bitmap screenshot = Bitmap.createBitmap(viewPos.width(), viewPos.height(), in testSamplingWithTransform() local 850 Bitmap screenshot = Bitmap.createBitmap(window.getDecorView().getWidth(), in getPixel() local
|
/cts/tests/accessibility/common/src/android/accessibility/cts/common/ |
D | AccessibilityDumper.java | 155 final Bitmap screenshot = automation.takeScreenshot(); in dumpScreen() local
|
/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/ |
D | BitmapPixelChecker.java | 155 Bitmap screenshot = in takeScreenshot() local
|
/cts/tests/translation/src/android/translation/cts/ |
D | Helper.java | 196 final Bitmap screenshot = takeScreenshot(); in takeScreenshotAndSave() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/ |
D | WindowInsetsAnimationSynchronicityTests.java | 103 Bitmap screenshot = getInstrumentation().getUiAutomation().takeScreenshot(); in runTest() local
|
/cts/tests/tests/media/projection/src/android/media/projection/cts/ |
D | MediaProjectionMirroringTest.java | 495 final File screenshot = new File(outputDirectory, in onImageAvailable() local
|
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/ |
D | UiAutomationTest.java | 446 final Bitmap screenshot = mUiAutomation.takeScreenshot(mActivity.getWindow()); in testTakeScreenshot() local
|
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | ScreenCaptureDisabledTest.java | 501 private boolean checkScreenshotIsRedactedOrNull(Bitmap screenshot) { in checkScreenshotIsRedactedOrNull()
|
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/ |
D | MainInteractionSession.java | 243 public void onHandleScreenshot(@Nullable Bitmap screenshot) { in onHandleScreenshot()
|
/cts/tests/tests/assist/src/android/assist/cts/ |
D | AssistTestBase.java | 606 ScreenshotEnabled screenshot) { in setFeaturesEnabled()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/ |
D | DragDropTest.java | 816 final Bitmap screenshot = mInstrumentation.getUiAutomation().takeScreenshot(); in testDragShadowWhenPerformDrag() local
|