Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DSplashScreenReplaceIconActivity.java20 import static android.server.wm.app.Components.TestStartingWindowKeys.CENTER_VIEW_IS_SURFACE_VIEW;
77 bundle.putBoolean(CENTER_VIEW_IS_SURFACE_VIEW, isSurfaceView); in onSplashScreenExit()
DComponents.java277 public static final String CENTER_VIEW_IS_SURFACE_VIEW = "center_view_is_surface_view"; field in Components.TestStartingWindowKeys
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSplashscreenTests.java37 import static android.server.wm.app.Components.TestStartingWindowKeys.CENTER_VIEW_IS_SURFACE_VIEW;
413 assertTrue(journal.extras.getBoolean(CENTER_VIEW_IS_SURFACE_VIEW)); in testHandleExitIconAnimatingActivity()