Home
last modified time | relevance | path

Searched refs:ICON_BACKGROUND_COLOR (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DHandleSplashScreenExitActivity.java29 import static android.server.wm.app.Components.TestStartingWindowKeys.ICON_BACKGROUND_COLOR;
99 bundle.putInt(ICON_BACKGROUND_COLOR, iconBackground);
DComponents.java296 public static final String ICON_BACKGROUND_COLOR = "icon_background_color"; field in Components.TestStartingWindowKeys
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DSplashscreenTests.java49 import static android.server.wm.app.Components.TestStartingWindowKeys.ICON_BACKGROUND_COLOR;
647 assertEquals(Color.BLUE, journal.extras.getInt(ICON_BACKGROUND_COLOR, Color.YELLOW)); in assertHandleExit()
650 journal.extras.getInt(ICON_BACKGROUND_COLOR, Color.TRANSPARENT)); in assertHandleExit()