Home
last modified time | relevance | path

Searched refs:CONTAINS_CENTER_VIEW (Results 1 – 4 of 4) sorted by relevance

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DSplashScreenReplaceIconActivity.java21 import static android.server.wm.app.Components.TestStartingWindowKeys.CONTAINS_CENTER_VIEW;
72 bundle.putBoolean(CONTAINS_CENTER_VIEW, centerView != null); in onSplashScreenExit()
DHandleSplashScreenExitActivity.java22 import static android.server.wm.app.Components.TestStartingWindowKeys.CONTAINS_CENTER_VIEW;
81 bundle.putBoolean(CONTAINS_CENTER_VIEW, containsCenter);
DComponents.java272 public static final String CONTAINS_CENTER_VIEW = "contains_center_view"; field in Components.TestStartingWindowKeys
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSplashscreenTests.java39 import static android.server.wm.app.Components.TestStartingWindowKeys.CONTAINS_CENTER_VIEW;
347 journal.extras.containsKey(CONTAINS_CENTER_VIEW)); in launchRuntimeHandleExitAnimationActivity()
350 … assertTrue("Center View shouldn't be null", journal.extras.getBoolean(CONTAINS_CENTER_VIEW)); in launchRuntimeHandleExitAnimationActivity()
407 assertTrue(journal.extras.getBoolean(CONTAINS_CENTER_VIEW)); in testHandleExitIconAnimatingActivity()