Searched refs:CONTAINS_CENTER_VIEW (Results 1 – 4 of 4) sorted by relevance
21 import static android.server.wm.app.Components.TestStartingWindowKeys.CONTAINS_CENTER_VIEW;72 bundle.putBoolean(CONTAINS_CENTER_VIEW, centerView != null); in onSplashScreenExit()
22 import static android.server.wm.app.Components.TestStartingWindowKeys.CONTAINS_CENTER_VIEW;81 bundle.putBoolean(CONTAINS_CENTER_VIEW, containsCenter);
288 public static final String CONTAINS_CENTER_VIEW = "contains_center_view"; field in Components.TestStartingWindowKeys
41 import static android.server.wm.app.Components.TestStartingWindowKeys.CONTAINS_CENTER_VIEW;367 journal.extras.containsKey(CONTAINS_CENTER_VIEW)); in launchRuntimeHandleExitAnimationActivity()370 … assertTrue("Center View shouldn't be null", journal.extras.getBoolean(CONTAINS_CENTER_VIEW)); in launchRuntimeHandleExitAnimationActivity()440 assertTrue(journal.extras.getBoolean(CONTAINS_CENTER_VIEW)); in testHandleExitIconAnimatingActivity()