Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRecentsAnimationControllerTest.java558 assertTrue(mController.isNavigationBarAttachedToApp()); in testRestoreNavBarWhenEnteringRecents_expectAnimation()
565 assertFalse(mController.isNavigationBarAttachedToApp()); in testRestoreNavBarWhenEnteringRecents_expectAnimation()
582 assertTrue(mController.isNavigationBarAttachedToApp()); in testRestoreNavBarWhenBackToApp_expectNoAnimation()
592 assertFalse(mController.isNavigationBarAttachedToApp()); in testRestoreNavBarWhenBackToApp_expectNoAnimation()
609 assertTrue(mController.isNavigationBarAttachedToApp()); in testAddTaskToTargets_expectAnimation()
619 assertFalse(mController.isNavigationBarAttachedToApp()); in testAddTaskToTargets_expectAnimation()
630 assertFalse(mController.isNavigationBarAttachedToApp()); in testNotAttachNavigationBar_controlledByFadeRotationAnimation()
652 assertTrue(mController.isNavigationBarAttachedToApp()); in testAttachNavBarInSplitScreenMode()
662 assertFalse(mController.isNavigationBarAttachedToApp()); in testAttachNavBarInSplitScreenMode()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DFadeRotationAnimationController.java67 controller != null && controller.isNavigationBarAttachedToApp(); in FadeRotationAnimationController()
H A DRecentsAnimationController.java606 boolean isNavigationBarAttachedToApp() { in isNavigationBarAttachedToApp() method in RecentsAnimationController
/aosp12/frameworks/base/services/
H A Dart-profile47368 PLcom/android/server/wm/RecentsAnimationController;->isNavigationBarAttachedToApp()Z