Searched refs:CENTER_VIEW_IS_SURFACE_VIEW (Results 1 – 3 of 3) sorted by relevance
21 import static android.server.wm.app.Components.TestStartingWindowKeys.CENTER_VIEW_IS_SURFACE_VIEW;104 bundle.putBoolean(CENTER_VIEW_IS_SURFACE_VIEW,
299 public static final String CENTER_VIEW_IS_SURFACE_VIEW = "center_view_is_surface_view"; field in Components.TestStartingWindowKeys
41 import static android.server.wm.app.Components.TestStartingWindowKeys.CENTER_VIEW_IS_SURFACE_VIEW;640 assertEquals(iconAnimatable, journal.extras.getBoolean(CENTER_VIEW_IS_SURFACE_VIEW)); in assertHandleExit()