Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarViewTest.java99 controller.setSystemBarTouchListeners( in dispatchTouch_shadeOpen_flagOff_doesNotConsumeTouch()
124 controller.setSystemBarTouchListeners( in dispatchTouch_shadeOpen_flagOn_consumesTouch()
DCarSystemBarControllerTest.java520 verify(bottomBar, times(3)).setSystemBarTouchListeners(captor.capture()); in testRegisterBottomBarTouchListener_createViewFirst_registrationSuccessful()
541 verify(bottomBar, times(3)).setSystemBarTouchListeners(captor.capture()); in testRegisterBottomBarTouchListener_registerFirst_registrationSuccessful()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarViewController.java64 void setSystemBarTouchListeners(Set<View.OnTouchListener> statusBarWindowTouchListeners); in setSystemBarTouchListeners() method
DCarSystemBarViewControllerImpl.java143 public void setSystemBarTouchListeners( in setSystemBarTouchListeners() method in CarSystemBarViewControllerImpl
DCarSystemBarControllerImpl.java570 viewController.setSystemBarTouchListeners( in getBarViewController()
585 .setSystemBarTouchListeners(mBarTouchListenersMap.get(side)); in registerBarTouchListener()