Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
DNavigationBarControllerTest.java210 mNavigationBarController.touchAutoDim(INVALID_DISPLAY); in testTouchAutoDimWithInvalidDisplay()
215 doNothing().when(mDefaultNavBar).touchAutoDim(); in testTouchAutoDimWithDefaultDisplay()
217 mNavigationBarController.touchAutoDim(DEFAULT_DISPLAY); in testTouchAutoDimWithDefaultDisplay()
219 verify(mDefaultNavBar).touchAutoDim(); in testTouchAutoDimWithDefaultDisplay()
224 doNothing().when(mSecondaryNavBar).touchAutoDim(); in testTouchAutoDimWithSecondaryDisplay()
226 mNavigationBarController.touchAutoDim(SECONDARY_DISPLAY); in testTouchAutoDimWithSecondaryDisplay()
228 verify(mSecondaryNavBar).touchAutoDim(); in testTouchAutoDimWithSecondaryDisplay()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
DDeadZone.java137 mNavBarController.touchAutoDim(mDisplayId); in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarController.java421 public void touchAutoDim(int displayId) { in touchAutoDim() method in NavigationBarController
424 navBar.touchAutoDim(); in touchAutoDim()
DNavigationBar.java1501 public void touchAutoDim() { in touchAutoDim() method in NavigationBar
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java3907 mNavigationBarController.touchAutoDim(mDisplayId);