Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNavigationBarControllerTest.java127 mNavigationBarController.checkNavBarModes(INVALID_DISPLAY); in testCheckNavBarModesWithInvalidDisplay()
132 doNothing().when(mDefaultNavBar).checkNavBarModes(); in testCheckNavBarModesWithDefaultDisplay()
134 mNavigationBarController.checkNavBarModes(DEFAULT_DISPLAY); in testCheckNavBarModesWithDefaultDisplay()
136 verify(mDefaultNavBar).checkNavBarModes(); in testCheckNavBarModesWithDefaultDisplay()
141 doNothing().when(mSecondaryNavBar).checkNavBarModes(); in testCheckNavBarModesWithSecondaryDisplay()
143 mNavigationBarController.checkNavBarModes(SECONDARY_DISPLAY); in testCheckNavBarModesWithSecondaryDisplay()
145 verify(mSecondaryNavBar).checkNavBarModes(); in testCheckNavBarModesWithSecondaryDisplay()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNavigationBarController.java178 public void checkNavBarModes(int displayId) { in checkNavBarModes() method in NavigationBarController
181 navBar.checkNavBarModes(); in checkNavBarModes()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarFragment.java328 checkNavBarModes(); in onViewCreated()
506 checkNavBarModes(); in restoreSystemUiVisibilityState()
538 checkNavBarModes(); in setSystemUiVisibility()
979 checkNavBarModes(); in checkBarModes()
990 public void checkNavBarModes() { in checkNavBarModes() method in NavigationBarFragment
DAutoHideController.java175 return () -> mNavigationBar.checkNavBarModes(); in getCheckBarModesRunnable()
DStatusBar.java2195 mNavigationBarController.checkNavBarModes(mDisplayId); in checkBarModes()