Home
last modified time | relevance | path

Searched refs:asyncRotationController (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTransitionTests.java1091 final AsyncRotationController asyncRotationController = in testDisplayRotationChange() local
1093 assertNotNull(asyncRotationController); in testDisplayRotationChange()
1100 assertTrue(asyncRotationController.isTargetToken(decorToken)); in testDisplayRotationChange()
1122 asyncRotationController.updateTargetWindows(); in testDisplayRotationChange()
1123 assertFalse(asyncRotationController.isTargetToken(navBar.mToken)); in testDisplayRotationChange()
1151 final AsyncRotationController asyncRotationController = in testShellRotationOpen() local
1153 assertNotNull(asyncRotationController); in testShellRotationOpen()
1197 final AsyncRotationController asyncRotationController = in testFixedRotationOpen() local
1199 assertNotNull(asyncRotationController); in testFixedRotationOpen()
1222 assertFalse(asyncRotationController.isTargetToken(navBar.mToken)); in testFixedRotationOpen()
[all …]
H A DDisplayContentTests.java1602 final AsyncRotationController asyncRotationController = in testApplyTopFixedRotationTransform() local
1604 assertNotNull(asyncRotationController); in testApplyTopFixedRotationTransform()
1677 assertTrue(asyncRotationController.isTargetToken(mImeWindow.mToken)); in testApplyTopFixedRotationTransform()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTransition.java1333 final AsyncRotationController asyncRotationController = dc.getAsyncRotationController(); in finishTransition() local
1334 if (asyncRotationController != null && containsChangeFor(dc, mTargets)) { in finishTransition()
1335 asyncRotationController.onTransitionFinished(); in finishTransition()
H A DWindowState.java5780 final AsyncRotationController asyncRotationController = in finishDrawing() local
5782 if (asyncRotationController != null in finishDrawing()
5783 && asyncRotationController.handleFinishDrawing(this, postDrawTransaction)) { in finishDrawing()