Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DScreenCaptureDisabledTest.java55 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/
DBlurTests.java159 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 …]
DLocationOnScreenTests.java162 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/
DBugreportManagerTest.java133 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/
DMyInteractionSessionService.java45 public void onHandleScreenshot(Bitmap screenshot) { in onHandleScreenshot()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityTakeScreenshotTest.java389 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()
DAccessibilityFocusAndInputFocusSyncTest.java375 final Bitmap screenshot = sUiAutomation.takeScreenshot(); in screenshotAfterChangeFocusColor() local
/cts/tests/tests/assist/service/src/android/assist/service/
DMainInteractionSession.java242 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/
DInputMethodVisibilityVerifier.java52 final Bitmap screenshot = uiAutomation.takeScreenshot(); in containsWatermark() local
/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DHelper.java53 final Bitmap screenshot = takeScreenshot(); in takeScreenshotAndSave() local
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceSyncGroupTests.java193 Bitmap screenshot = mInstrumentation.getUiAutomation().takeScreenshot( in validateScreenshot() local
/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java211 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/
DAccessibilityDumper.java155 final Bitmap screenshot = automation.takeScreenshot(); in dumpScreen() local
/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
DBitmapPixelChecker.java155 Bitmap screenshot = in takeScreenshot() local
/cts/tests/translation/src/android/translation/cts/
DHelper.java196 final Bitmap screenshot = takeScreenshot(); in takeScreenshotAndSave() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsAnimationSynchronicityTests.java103 Bitmap screenshot = getInstrumentation().getUiAutomation().takeScreenshot(); in runTest() local
/cts/tests/tests/media/projection/src/android/media/projection/cts/
DMediaProjectionMirroringTest.java495 final File screenshot = new File(outputDirectory, in onImageAvailable() local
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
DUiAutomationTest.java446 final Bitmap screenshot = mUiAutomation.takeScreenshot(mActivity.getWindow()); in testTakeScreenshot() local
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DScreenCaptureDisabledTest.java501 private boolean checkScreenshotIsRedactedOrNull(Bitmap screenshot) { in checkScreenshotIsRedactedOrNull()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainInteractionSession.java243 public void onHandleScreenshot(@Nullable Bitmap screenshot) { in onHandleScreenshot()
/cts/tests/tests/assist/src/android/assist/cts/
DAssistTestBase.java606 ScreenshotEnabled screenshot) { in setFeaturesEnabled()
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DDragDropTest.java816 final Bitmap screenshot = mInstrumentation.getUiAutomation().takeScreenshot(); in testDragShadowWhenPerformDrag() local