Searched refs:getAsyncRotationController (Results 1 – 14 of 14) sorted by relevance
84 mDisplayContent.getAsyncRotationController(); in fadeWindowToken()
176 if (mDisplayContent.getAsyncRotationController() != null in reportImeDrawnForOrganizerIfNeeded()177 && mDisplayContent.getAsyncRotationController().isTargetToken(imeToken)) { in reportImeDrawnForOrganizerIfNeeded()
95 && displayContent.getAsyncRotationController() == null; in shouldAttachNavBarToApp()
355 mDisplayContent.getAsyncRotationController(); in onPostLayout()381 final AsyncRotationController controller = mDisplayContent.getAsyncRotationController(); in getWindowFrameSurfacePosition()
578 || mDisplayContent.getAsyncRotationController() != null) { in attachNavigationBarToApp()653 || mDisplayContent.getAsyncRotationController() != null in animateNavigationBarForAppLaunch()
1333 final AsyncRotationController asyncRotationController = dc.getAsyncRotationController(); in finishTransition()1620 final AsyncRotationController controller = dc.getAsyncRotationController(); in onTransactionReady()1869 || dc.getAsyncRotationController() != null) { in handleLegacyRecentsStartBehavior()
791 final boolean noAsyncRotation = dc.getAsyncRotationController() == null; in collectForDisplayAreaChange()
5781 mDisplayContent.getAsyncRotationController(); in finishDrawing()
1933 @Nullable AsyncRotationController getAsyncRotationController() { in getAsyncRotationController() method in DisplayContent
1092 mDisplayContent.getAsyncRotationController(); in testDisplayRotationChange()1124 assertNull(mDisplayContent.getAsyncRotationController()); in testDisplayRotationChange()1152 mDisplayContent.getAsyncRotationController(); in testShellRotationOpen()1183 assertNull(mDisplayContent.getAsyncRotationController()); in testShellRotationOpen()1198 mDisplayContent.getAsyncRotationController(); in testFixedRotationOpen()1214 assertNotNull(mDisplayContent.getAsyncRotationController()); in testFixedRotationOpen()1240 assertNull(mDisplayContent.getAsyncRotationController()); in testFixedRotationOpen()1259 assertNotNull(mDisplayContent.getAsyncRotationController()); in testFinishRotationControllerWithFixedRotation()1262 mDisplayContent.getAsyncRotationController()); in testFinishRotationControllerWithFixedRotation()1265 assertNotNull(mDisplayContent.getAsyncRotationController()); in testFinishRotationControllerWithFixedRotation()[all …]
1549 assertNotNull(displayContent.getAsyncRotationController()); in testHybridRotationAnimation()1563 assertNull(displayContent.getAsyncRotationController()); in testHybridRotationAnimation()1603 mDisplayContent.getAsyncRotationController(); in testApplyTopFixedRotationTransform()1697 assertNull(mDisplayContent.getAsyncRotationController()); in testApplyTopFixedRotationTransform()2114 assertNotNull(dc.getAsyncRotationController()); in testShellTransitRotation()2118 dc.getAsyncRotationController()); in testShellTransitRotation()
660 doReturn(mockController).when(mDefaultDisplay).getAsyncRotationController(); in testNotAttachNavigationBar_controlledByFadeRotationAnimation()
718 doReturn(mockController).when(mDisplayContent).getAsyncRotationController(); in testNonAppTarget_notSendNavBar_controlledByFadeRotation()
10881 HSPLcom/android/server/wm/DisplayContent;->getAsyncRotationController()Lcom/android/server/wm/Async…