Searched refs:ensureVisibilityAndConfig (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | RootWindowContainerTests.java | 812 .ensureVisibilityAndConfig(any(), anyInt(), anyBoolean(), anyBoolean()); in testStartHomeOnAllDisplays()
|
H A D | RootTaskTests.java | 1242 verify(mRootWindowContainer).ensureVisibilityAndConfig(eq(null) /* starting */, in testFinishCurrentActivity()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | TaskFragment.java | 1445 notUpdated = !mRootWindowContainer.ensureVisibilityAndConfig(next, getDisplayId(), in resumeTopActivity()
|
H A D | ActivityTaskSupervisor.java | 830 mRootWindowContainer.ensureVisibilityAndConfig(r, r.getDisplayId(), in realStartActivityLocked()
|
H A D | RootWindowContainer.java | 1722 boolean ensureVisibilityAndConfig(ActivityRecord starting, int displayId, in ensureVisibilityAndConfig() method in RootWindowContainer
|
H A D | ActivityStarter.java | 1549 mRootWindowContainer.ensureVisibilityAndConfig( in handleStartResult()
|
H A D | Task.java | 5734 mRootWindowContainer.ensureVisibilityAndConfig(null /* starting */,
|
H A D | ActivityRecord.java | 3825 mRootWindowContainer.ensureVisibilityAndConfig(next, getDisplayId(), in destroyIfPossible()
|