Searched refs:asyncRotationController (Results 1 – 4 of 4) sorted by relevance
1091 final AsyncRotationController asyncRotationController = in testDisplayRotationChange() local1093 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() local1153 assertNotNull(asyncRotationController); in testShellRotationOpen()1197 final AsyncRotationController asyncRotationController = in testFixedRotationOpen() local1199 assertNotNull(asyncRotationController); in testFixedRotationOpen()1222 assertFalse(asyncRotationController.isTargetToken(navBar.mToken)); in testFixedRotationOpen()[all …]
1602 final AsyncRotationController asyncRotationController = in testApplyTopFixedRotationTransform() local1604 assertNotNull(asyncRotationController); in testApplyTopFixedRotationTransform()1677 assertTrue(asyncRotationController.isTargetToken(mImeWindow.mToken)); in testApplyTopFixedRotationTransform()
1333 final AsyncRotationController asyncRotationController = dc.getAsyncRotationController(); in finishTransition() local1334 if (asyncRotationController != null && containsChangeFor(dc, mTargets)) { in finishTransition()1335 asyncRotationController.onTransitionFinished(); in finishTransition()
5780 final AsyncRotationController asyncRotationController = in finishDrawing() local5782 if (asyncRotationController != null in finishDrawing()5783 && asyncRotationController.handleFinishDrawing(this, postDrawTransaction)) { in finishDrawing()