Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRecentsAnimationControllerTest.java588 assertTrue(mController.isNavigationBarAttachedToApp()); in testRestoreNavBarWhenEnteringRecents_expectAnimation()
595 assertFalse(mController.isNavigationBarAttachedToApp()); in testRestoreNavBarWhenEnteringRecents_expectAnimation()
613 assertTrue(mController.isNavigationBarAttachedToApp()); in testRestoreNavBarWhenBackToApp_expectNoAnimation()
623 assertFalse(mController.isNavigationBarAttachedToApp()); in testRestoreNavBarWhenBackToApp_expectNoAnimation()
641 assertTrue(mController.isNavigationBarAttachedToApp()); in testAddTaskToTargets_expectAnimation()
651 assertFalse(mController.isNavigationBarAttachedToApp()); in testAddTaskToTargets_expectAnimation()
663 assertFalse(mController.isNavigationBarAttachedToApp()); in testNotAttachNavigationBar_controlledByFadeRotationAnimation()
686 assertTrue(mController.isNavigationBarAttachedToApp()); in testAttachNavBarInSplitScreenMode()
696 assertFalse(mController.isNavigationBarAttachedToApp()); in testAttachNavBarInSplitScreenMode()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAsyncRotationController.java172 if (recents != null && recents.isNavigationBarAttachedToApp()) { in accept()
H A DRecentsAnimationController.java566 boolean isNavigationBarAttachedToApp() { in isNavigationBarAttachedToApp() method in RecentsAnimationController