Home
last modified time | relevance | path

Searched refs:getAssociatedWindowContainer (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRotationWatcherController.java124 final WindowContainer<?> wc = getAssociatedWindowContainer(listener.mToken); in dispatchProposedRotation()
142 WindowContainer<?> getAssociatedWindowContainer(IBinder contextToken) { in getAssociatedWindowContainer() method in RotationWatcherController
169 pw.print(getAssociatedWindowContainer(listener.mToken)); in dump()
H A DWindowManagerService.java4552 mRotationWatcherController.getAssociatedWindowContainer(contextToken); in registerProposedRotationListener()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayRotationTests.java831 WindowContainer<?> getAssociatedWindowContainer(IBinder token) { in testProposedRotationListener()