Home
last modified time | relevance | path

Searched refs:showToCurrentUser (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTask.java2510 final boolean canShow = child.showToCurrentUser(); in computeMinUserPosition()
2528 final boolean canShow = child.showToCurrentUser(); in computeMaxUserPosition()
2538 final boolean canShowChild = wc.showToCurrentUser(); in getAdjustedChildPosition()
2949 boolean showToCurrentUser() { in showToCurrentUser() method in Task
4807 if (!isRootTask() && showToCurrentUser()) {
5216 a -> a.mStartingData != null && a.showToCurrentUser());
5600 if (top == null || !top.showToCurrentUser()) {
H A DWindowState.java2688 if (showToCurrentUser()) { in switchUser()
3046 if (!showToCurrentUser()) { in show()
3501 boolean showToCurrentUser() { in showToCurrentUser() method in WindowState
4375 if (!showToCurrentUser()) { in performShowLocked()
H A DBackNavigationController.java319 prevTask = currentTask.mRootWindowContainer.getTask(Task::showToCurrentUser, in startBackNavigation()
H A DActivityRecord.java6015 && showToCurrentUser(); in updateVisibilityIgnoringKeyguard()
7089 return !finishing && showToCurrentUser(); in canBeTopRunning()
10282 boolean showToCurrentUser() {
H A DRootWindowContainer.java3668 if (r.finishing || !r.showToCurrentUser() || !r.visibleIgnoringKeyguard
H A DActivityStarter.java2668 if (!r.showToCurrentUser() || mLaunchTaskBehind) { in setInitialState()
H A DWindowContainer.java1786 boolean showToCurrentUser() { in showToCurrentUser() method in WindowContainer
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DBackNavigationControllerTests.java157 doReturn(false).when(taskA).showToCurrentUser(); in backTypeBackToHomeDifferentUser()
H A DTaskTests.java323 doReturn(true).when(leafTask1).showToCurrentUser(); in testSwitchUser()
H A DActivityRecordTests.java3688 doReturn(false).when(activity).showToCurrentUser(); in testEnsureActivitiesVisibleAnotherUserTasks()
/aosp14/frameworks/base/services/
H A Dart-profile10560 HSPLcom/android/server/wm/ActivityRecord;->showToCurrentUser()Z+]Lcom/android/server/wm/WindowManag…
12146 HSPLcom/android/server/wm/WindowState;->showToCurrentUser()Z