Home
last modified time | relevance | path

Searched refs:getStatusBarWindowTouchListeners (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java403 Set<View.OnTouchListener> controllers = bottomBar.getStatusBarWindowTouchListeners(); in testRegisterBottomBarTouchListener_createViewFirst_registrationSuccessful()
407 controllers = bottomBar.getStatusBarWindowTouchListeners(); in testRegisterBottomBarTouchListener_createViewFirst_registrationSuccessful()
420 Set<View.OnTouchListener> controllers = bottomBar.getStatusBarWindowTouchListeners(); in testRegisterBottomBarTouchListener_registerFirst_registrationSuccessful()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarView.java214 public Set<OnTouchListener> getStatusBarWindowTouchListeners() { in getStatusBarWindowTouchListeners() method in CarSystemBarView