Searched refs:setSystemBarTouchListeners (Results 1 – 5 of 5) sorted by relevance
99 controller.setSystemBarTouchListeners( in dispatchTouch_shadeOpen_flagOff_doesNotConsumeTouch()124 controller.setSystemBarTouchListeners( in dispatchTouch_shadeOpen_flagOn_consumesTouch()
520 verify(bottomBar, times(3)).setSystemBarTouchListeners(captor.capture()); in testRegisterBottomBarTouchListener_createViewFirst_registrationSuccessful()541 verify(bottomBar, times(3)).setSystemBarTouchListeners(captor.capture()); in testRegisterBottomBarTouchListener_registerFirst_registrationSuccessful()
64 void setSystemBarTouchListeners(Set<View.OnTouchListener> statusBarWindowTouchListeners); in setSystemBarTouchListeners() method
143 public void setSystemBarTouchListeners( in setSystemBarTouchListeners() method in CarSystemBarViewControllerImpl
570 viewController.setSystemBarTouchListeners( in getBarViewController()585 .setSystemBarTouchListeners(mBarTouchListenersMap.get(side)); in registerBarTouchListener()