Searched refs:touchAutoDim (Results 1 – 7 of 7) sorted by relevance
218 mNavigationBarController.touchAutoDim(INVALID_DISPLAY); in testTouchAutoDimWithInvalidDisplay()223 doNothing().when(mDefaultNavBar).touchAutoDim(); in testTouchAutoDimWithDefaultDisplay()225 mNavigationBarController.touchAutoDim(DEFAULT_DISPLAY); in testTouchAutoDimWithDefaultDisplay()227 verify(mDefaultNavBar).touchAutoDim(); in testTouchAutoDimWithDefaultDisplay()232 doNothing().when(mSecondaryNavBar).touchAutoDim(); in testTouchAutoDimWithSecondaryDisplay()234 mNavigationBarController.touchAutoDim(SECONDARY_DISPLAY); in testTouchAutoDimWithSecondaryDisplay()236 verify(mSecondaryNavBar).touchAutoDim(); in testTouchAutoDimWithSecondaryDisplay()
48 void touchAutoDim(int displayId); in touchAutoDim() method
34 override fun touchAutoDim(displayId: Int) {} in touchAutoDim() method in com.android.systemui.navigationbar.NavigationBarControllerEmptyImpl
443 public void touchAutoDim(int displayId) { in touchAutoDim() method in NavigationBarControllerImpl446 navBar.touchAutoDim(); in touchAutoDim()
1646 public void touchAutoDim() { in touchAutoDim() method in NavigationBar
171 mNavBarController.touchAutoDim(mDisplayId); in onTouchEvent()
3133 mNavigationBarController.touchAutoDim(mDisplayId);