Home
last modified time | relevance | path

Searched defs:focusedStackId (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
DActivityManagerDisplayTests.java179 final int focusedStackId = mAmWmState.getAmState().getFocusedStackId(); in testVrActivityLaunch() local
229 final int focusedStackId = mAmWmState.getAmState().getFocusedStackId(); in testVrActivityReLaunch() local
276 final int focusedStackId = mAmWmState.getAmState().getFocusedStackId(); in testActivityLaunchPostVr() local
688 int focusedStackId = mAmWmState.getAmState().getFocusedStackId(); in testMoveTaskBetweenDisplays() local
749 final int focusedStackId = mAmWmState.getAmState().getFrontStackId(DEFAULT_DISPLAY_ID); in testStackFocusSwitchOnDisplayRemoved3() local
808 final int focusedStackId = mAmWmState.getAmState().getFrontStackId(DEFAULT_DISPLAY_ID); in testStackFocusSwitchOnStackEmptied() local
1286 final int focusedStackId = mAmWmState.getAmState().getFocusedStackId(); in testNewTaskSameDisplay() local
DActivityManagerPinnedStackTests.java1077 private void assertPinnedStackStateOnMoveToFullscreen(String activityName, int focusedStackId, in assertPinnedStackStateOnMoveToFullscreen()