Searched refs:setFocusStackUnchecked (Results 1 – 6 of 6) sorted by relevance
112 mSupervisor.setFocusStackUnchecked("testReplacingTaskInPinnedStack", mFullscreenStack); in testReplacingTaskInPinnedStack()
307 mSupervisor.setFocusStackUnchecked("test", mStack); in build()
406 mService.mStackSupervisor.setFocusStackUnchecked("testSplitScreenDeliverToTop", in testSplitScreenDeliverToTop()
169 mSupervisor.setFocusStackUnchecked("testStopActivityWithDestroy", mStack); in testStopActivityWhenActivityDestroyed()
1049 mStackSupervisor.setFocusStackUnchecked(reason, this); in moveToFront()1074 mStackSupervisor.setFocusStackUnchecked(reason, getDisplay().getTopStack()); in moveToBack()
707 void setFocusStackUnchecked(String reason, ActivityStack focusCandidate) { in setFocusStackUnchecked() method in ActivityStackSupervisor