Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java368 View.OnTouchListener controller = bottomBar.getStatusBarWindowTouchListener(); in testRegisterBottomBarTouchListener_createViewFirst_registrationSuccessful()
371 controller = bottomBar.getStatusBarWindowTouchListener(); in testRegisterBottomBarTouchListener_createViewFirst_registrationSuccessful()
383 View.OnTouchListener controller = bottomBar.getStatusBarWindowTouchListener(); in testRegisterBottomBarTouchListener_registerFirst_registrationSuccessful()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarView.java138 public OnTouchListener getStatusBarWindowTouchListener() { in getStatusBarWindowTouchListener() method in CarSystemBarView