Home
last modified time | relevance | path

Searched refs:checkNavBarModes (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
DNavigationBarControllerImplTest.java170 mNavigationBarController.checkNavBarModes(INVALID_DISPLAY); in testCheckNavBarModesWithInvalidDisplay()
175 doNothing().when(mDefaultNavBar).checkNavBarModes(); in testCheckNavBarModesWithDefaultDisplay()
177 mNavigationBarController.checkNavBarModes(DEFAULT_DISPLAY); in testCheckNavBarModesWithDefaultDisplay()
179 verify(mDefaultNavBar).checkNavBarModes(); in testCheckNavBarModesWithDefaultDisplay()
184 doNothing().when(mSecondaryNavBar).checkNavBarModes(); in testCheckNavBarModesWithSecondaryDisplay()
186 mNavigationBarController.checkNavBarModes(SECONDARY_DISPLAY); in testCheckNavBarModesWithSecondaryDisplay()
188 verify(mSecondaryNavBar).checkNavBarModes(); in testCheckNavBarModesWithSecondaryDisplay()
DNavigationBarTest.java442 doNothing().when(defaultNavBar).checkNavBarModes(); in testSetImeWindowStatusWhenImeSwitchOnDisplay()
443 doNothing().when(externalNavBar).checkNavBarModes(); in testSetImeWindowStatusWhenImeSwitchOnDisplay()
478 doNothing().when(mNavigationBar).checkNavBarModes(); in testSetImeWindowStatusWhenKeyguardLockingAndImeInsetsChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarController.java42 void checkNavBarModes(int displayId); in checkNavBarModes() method
DNavigationBarControllerEmptyImpl.kt32 override fun checkNavBarModes(displayId: Int) {} in checkNavBarModes() method in com.android.systemui.navigationbar.NavigationBarControllerEmptyImpl
DNavigationBarControllerImpl.java427 public void checkNavBarModes(int displayId) { in checkNavBarModes() method in NavigationBarControllerImpl
430 navBar.checkNavBarModes(); in checkNavBarModes()
DNavigationBar.java324 checkNavBarModes();
806 checkNavBarModes(); in onViewAttached()
1157 checkNavBarModes(); in restoreAppearanceAndTransientState()
1238 checkNavBarModes(); in updateTransitionMode()
1686 checkNavBarModes(); in checkBarModes()
1701 public void checkNavBarModes() { in checkNavBarModes() method in NavigationBar
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java1692 mNavigationBarController.checkNavBarModes(mDisplayId); in checkBarModes()