Home
last modified time | relevance | path

Searched refs:getFocusedStackId (Results 1 – 6 of 6) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DVrDisplayTests.java138 final int focusedStackId = mWmState.getFocusedStackId(); in testVrActivityLaunch()
188 final int focusedStackId = mWmState.getFocusedStackId(); in testVrActivityReLaunch()
237 final int focusedStackId = mWmState.getFocusedStackId(); in testActivityLaunchPostVr()
DMultiDisplaySecurityTests.java474 final int defaultDisplayFocusedStackId = mWmState.getFocusedStackId(); in testPermissionLaunchFromShell()
567 final int defaultDisplayFocusedStackId = mWmState.getFocusedStackId(); in testPermissionLaunchFromDifferentApp()
DMultiDisplayActivityLaunchTests.java353 final int newFrontStackId = mWmState.getFocusedStackId(); in testLaunchNonResizeableActivityFromSecondaryDisplayNewTask()
748 stackId, mWmState.getFocusedStackId()); in testTaskMatchOrderAcrossDisplays()
DMultiDisplayPolicyTests.java378 final int defaultDisplayStackId = mWmState.getFocusedStackId(); in testMoveTaskBetweenDisplays()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerStateHelper.java321 && topFocus == (amState.getFocusedStackId() == stack.getRootTaskId()); in waitWindowingModeTopFocus()
552 assertEquals(msg, stackId, getFocusedStackId());
DWindowManagerState.java533 int getFocusedStackId() { in getFocusedStackId() method in WindowManagerState