Home
last modified time | relevance | path

Searched refs:backgroundColor (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/assist/testapp/src/android/assist/testapp/
DScreenshotActivity.java33 int backgroundColor = getIntent().getIntExtra(Utils.SCREENSHOT_COLOR_KEY, Color.WHITE); in onCreate() local
35 view.setBackgroundColor(backgroundColor); in onCreate()
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DActivityTransitionTests.java263 final int backgroundColor = Color.WHITE; in testThemeBackgroundColorShowsDuringActivityTransition() local
267 .setTestFunction(createAssertAppRegionOfScreenIsColor(backgroundColor, testBounds)) in testThemeBackgroundColorShowsDuringActivityTransition()
284 final int backgroundColor = Color.RED; in testAnimationBackgroundColorIsUsedDuringActivityTransition() local
291 .setTestFunction(createAssertAppRegionOfScreenIsColor(backgroundColor, testBounds)) in testAnimationBackgroundColorIsUsedDuringActivityTransition()
306 final int backgroundColor = Color.GREEN; in testCustomTransitionCanOverrideBackgroundColor() local
308 R.anim.alpha_0_with_backdrop, R.anim.alpha_0_with_backdrop, backgroundColor in testCustomTransitionCanOverrideBackgroundColor()
314 .setTestFunction(createAssertAppRegionOfScreenIsColor(backgroundColor, testBounds)) in testCustomTransitionCanOverrideBackgroundColor()
329 final int backgroundColor = Color.GREEN; in testPendingTransitionCanOverrideBackgroundColor() local
334 extras.putInt(BACKGROUND_COLOR_KEY, backgroundColor); in testPendingTransitionCanOverrideBackgroundColor()
339 .setTestFunction(createAssertAppRegionOfScreenIsColor(backgroundColor, testBounds)) in testPendingTransitionCanOverrideBackgroundColor()
[all …]
/cts/tests/app/src/android/app/cts/
DTaskDescriptionTest.java122 int primaryColor, int backgroundColor, int statusBarColor, int navigationBarColor) { in assertTaskDescription() argument
147 if (backgroundColor != NULL_COLOR) { in assertTaskDescription()
148 assertEquals(backgroundColor, td.getBackgroundColor()); in assertTaskDescription()
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DNavigationBarColorVerifier.java42 ScreenShot(@ColorInt int backgroundColor, @NonNull Bitmap bitmap) { in ScreenShot() argument
43 mBackgroundColor = backgroundColor; in ScreenShot()
/cts/tests/tests/systemui/src/android/systemui/cts/
DLightBarTestBase.java93 int backgroundColor, String methodName) { in checkNavigationBarDivider() argument
104 if (isColorSame(pixels[i], backgroundColor) || isInsideCutout(x, shiftY + y)) { in checkNavigationBarDivider()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DGyroscopeTestActivity.java215 void updateWidgets(float sensorValue, int backgroundColor, int icon) { in updateWidgets() argument
217 mRenderer.setBackgroundColor(backgroundColor); in updateWidgets()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DStylusHandwritingTest.java3296 @ColorInt int backgroundColor) {
3301 setBackgroundColor(backgroundColor);
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt55335 field public final int backgroundColor;