Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DBlurTests.java121 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 …]
DLocationOnScreenTests.java156 final Bitmap screenshot = getInstrumentation().getUiAutomation().takeScreenshot(); in findTestColorsInScreenshot() local
180 private boolean isTestColors(Bitmap screenshot, int x, int y) { in isTestColors()
DWindowInsetsAnimationSynchronicityTests.java102 Bitmap screenshot = getInstrumentation().getUiAutomation().takeScreenshot(); in runTest() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DScreenCaptureDisabledTest.java83 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/
DBugreportManagerTest.java97 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/
DMyInteractionSessionService.java45 public void onHandleScreenshot(Bitmap screenshot) { in onHandleScreenshot()
/cts/tests/tests/assist/service/src/android/assist/service/
DMainInteractionSession.java187 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/
DAccessibilityTakeScreenshotTest.java238 … private boolean doesBitmapDisplaySecureContent(Activity activity, Bitmap screenshot, int color) { in doesBitmapDisplaySecureContent()
264 private void verifyScreenshotResult(AccessibilityService.ScreenshotResult screenshot) { in verifyScreenshotResult()
DAccessibilityFocusAndInputFocusSyncTest.java377 final Bitmap screenshot = sUiAutomation.takeScreenshot(); in screenshotAfterChangeFocusColor() local
/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java161 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/
DBitmapAsserter.java87 Bitmap screenshot = InstrumentationRegistry.getInstrumentation() in onFailure() local
/cts/tests/accessibility/common/src/android/accessibility/cts/common/
DAccessibilityDumper.java148 final Bitmap screenshot = automation.takeScreenshot(); in dumpScreen() local
/cts/tests/tests/assist/src/android/assist/cts/
DAssistTestBase.java604 ScreenshotEnabled screenshot) { in setFeaturesEnabled()