Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
H A DNavigationBarControllerTest.java215 mNavigationBarController.touchAutoDim(INVALID_DISPLAY); in testTouchAutoDimWithInvalidDisplay()
220 doNothing().when(mDefaultNavBar).touchAutoDim(); in testTouchAutoDimWithDefaultDisplay()
222 mNavigationBarController.touchAutoDim(DEFAULT_DISPLAY); in testTouchAutoDimWithDefaultDisplay()
224 verify(mDefaultNavBar).touchAutoDim(); in testTouchAutoDimWithDefaultDisplay()
229 doNothing().when(mSecondaryNavBar).touchAutoDim(); in testTouchAutoDimWithSecondaryDisplay()
231 mNavigationBarController.touchAutoDim(SECONDARY_DISPLAY); in testTouchAutoDimWithSecondaryDisplay()
233 verify(mSecondaryNavBar).touchAutoDim(); in testTouchAutoDimWithSecondaryDisplay()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarController.java407 public void touchAutoDim(int displayId) { in touchAutoDim() method in NavigationBarController
410 navBar.touchAutoDim(); in touchAutoDim()
H A DNavigationBar.java1560 public void touchAutoDim() { in touchAutoDim() method in NavigationBar
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DDeadZone.java155 mNavBarController.touchAutoDim(mDisplayId); in onTouchEvent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java3569 mNavigationBarController.touchAutoDim(mDisplayId);