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/statusbar/
DNavigationBarControllerTest.java175 mNavigationBarController.touchAutoDim(INVALID_DISPLAY); in testTouchAutoDimWithInvalidDisplay()
180 doNothing().when(mDefaultNavBar).touchAutoDim(); in testTouchAutoDimWithDefaultDisplay()
182 mNavigationBarController.touchAutoDim(DEFAULT_DISPLAY); in testTouchAutoDimWithDefaultDisplay()
184 verify(mDefaultNavBar).touchAutoDim(); in testTouchAutoDimWithDefaultDisplay()
189 doNothing().when(mSecondaryNavBar).touchAutoDim(); in testTouchAutoDimWithSecondaryDisplay()
191 mNavigationBarController.touchAutoDim(SECONDARY_DISPLAY); in testTouchAutoDimWithSecondaryDisplay()
193 verify(mSecondaryNavBar).touchAutoDim(); in testTouchAutoDimWithSecondaryDisplay()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNavigationBarController.java194 public void touchAutoDim(int displayId) { in touchAutoDim() method in NavigationBarController
197 navBar.touchAutoDim(); in touchAutoDim()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDeadZone.java137 mNavBarController.touchAutoDim(mDisplayId); in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarFragment.java956 public void touchAutoDim() { in touchAutoDim() method in NavigationBarFragment
DStatusBar.java2321 mNavigationBarController.touchAutoDim(mDisplayId); in setInteracting()
3507 mNavigationBarController.touchAutoDim(mDisplayId); in onStateChanged()