Home
last modified time | relevance | path

Searched refs:getFadeRotationAnimationController (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DNavBarFadeAnimationController.java92 mDisplayContent.getFadeRotationAnimationController(); in fadeWindowToken()
H A DNonAppWindowAnimationAdapter.java95 && displayContent.getFadeRotationAnimationController() == null; in shouldAttachNavBarToApp()
H A DRecentsAnimationController.java618 || mDisplayContent.getFadeRotationAnimationController() != null) { in attachNavigationBarToApp()
705 || mDisplayContent.getFadeRotationAnimationController() != null in animateNavigationBarForAppLaunch()
H A DTransition.java674 || dc.getFadeRotationAnimationController() != null) { in handleLegacyRecentsStartBehavior()
H A DDisplayContent.java1733 @Nullable FadeRotationAnimationController getFadeRotationAnimationController() { in getFadeRotationAnimationController() method in DisplayContent
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java1295 assertNotNull(displayContent.getFadeRotationAnimationController()); in testHybridRotationAnimation()
1309 assertNull(displayContent.getFadeRotationAnimationController()); in testHybridRotationAnimation()
1347 assertNotNull(mDisplayContent.getFadeRotationAnimationController()); in testApplyTopFixedRotationTransform()
1439 assertNull(mDisplayContent.getFadeRotationAnimationController()); in testApplyTopFixedRotationTransform()
H A DRecentsAnimationControllerTest.java627 doReturn(mockController).when(mDefaultDisplay).getFadeRotationAnimationController(); in testNotAttachNavigationBar_controlledByFadeRotationAnimation()
H A DRemoteAnimationControllerTest.java670 doReturn(mockController).when(mDisplayContent).getFadeRotationAnimationController(); in testNonAppTarget_notSendNavBar_controlledByFadeRotation()
/aosp12/frameworks/base/services/
H A Dart-profile45714 HPLcom/android/server/wm/DisplayContent;->getFadeRotationAnimationController()Lcom/android/server/w…