Home
last modified time | relevance | path

Searched refs:ensureVisibilityAndConfig (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRootWindowContainerTests.java812 .ensureVisibilityAndConfig(any(), anyInt(), anyBoolean(), anyBoolean()); in testStartHomeOnAllDisplays()
H A DRootTaskTests.java1242 verify(mRootWindowContainer).ensureVisibilityAndConfig(eq(null) /* starting */, in testFinishCurrentActivity()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskFragment.java1445 notUpdated = !mRootWindowContainer.ensureVisibilityAndConfig(next, getDisplayId(), in resumeTopActivity()
H A DActivityTaskSupervisor.java830 mRootWindowContainer.ensureVisibilityAndConfig(r, r.getDisplayId(), in realStartActivityLocked()
H A DRootWindowContainer.java1722 boolean ensureVisibilityAndConfig(ActivityRecord starting, int displayId, in ensureVisibilityAndConfig() method in RootWindowContainer
H A DActivityStarter.java1549 mRootWindowContainer.ensureVisibilityAndConfig( in handleStartResult()
H A DTask.java5734 mRootWindowContainer.ensureVisibilityAndConfig(null /* starting */,
H A DActivityRecord.java3825 mRootWindowContainer.ensureVisibilityAndConfig(next, getDisplayId(), in destroyIfPossible()