Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
H A DNavigationBarControllerTest.java192 mNavigationBarController.touchAutoDim(INVALID_DISPLAY); in testTouchAutoDimWithInvalidDisplay()
197 doNothing().when(mDefaultNavBar).touchAutoDim(); in testTouchAutoDimWithDefaultDisplay()
199 mNavigationBarController.touchAutoDim(DEFAULT_DISPLAY); in testTouchAutoDimWithDefaultDisplay()
201 verify(mDefaultNavBar).touchAutoDim(); in testTouchAutoDimWithDefaultDisplay()
206 doNothing().when(mSecondaryNavBar).touchAutoDim(); in testTouchAutoDimWithSecondaryDisplay()
208 mNavigationBarController.touchAutoDim(SECONDARY_DISPLAY); in testTouchAutoDimWithSecondaryDisplay()
210 verify(mSecondaryNavBar).touchAutoDim(); in testTouchAutoDimWithSecondaryDisplay()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarController.java363 public void touchAutoDim(int displayId) { in touchAutoDim() method in NavigationBarController
366 navBar.touchAutoDim(); in touchAutoDim()
H A DNavigationBar.java1439 public void touchAutoDim() { in touchAutoDim() method in NavigationBar
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DDeadZone.java137 mNavBarController.touchAutoDim(mDisplayId); in onTouchEvent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java4338 mNavigationBarController.touchAutoDim(mDisplayId);