Home
last modified time | relevance | path

Searched defs:backgroundColor (Results 1 – 6 of 6) 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
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DActivityTransitionTests.java263 final int backgroundColor = Color.WHITE; in testThemeBackgroundColorShowsDuringActivityTransition() local
284 final int backgroundColor = Color.RED; in testAnimationBackgroundColorIsUsedDuringActivityTransition() local
306 final int backgroundColor = Color.GREEN; in testCustomTransitionCanOverrideBackgroundColor() local
329 final int backgroundColor = Color.GREEN; in testPendingTransitionCanOverrideBackgroundColor() local
350 final int backgroundColor = Color.GREEN; in testSetTransitionCanOverrideBackgroundColor() local
900 int backgroundColor = extras.getInt(BACKGROUND_COLOR_KEY); in processIntent() local
/cts/tests/app/src/android/app/cts/
DTaskDescriptionTest.java122 int primaryColor, int backgroundColor, int statusBarColor, int navigationBarColor) { in assertTaskDescription()
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DNavigationBarColorVerifier.java42 ScreenShot(@ColorInt int backgroundColor, @NonNull Bitmap bitmap) { in ScreenShot()
/cts/tests/tests/systemui/src/android/systemui/cts/
DLightBarTestBase.java93 int backgroundColor, String methodName) { in checkNavigationBarDivider()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DGyroscopeTestActivity.java215 void updateWidgets(float sensorValue, int backgroundColor, int icon) { in updateWidgets()