Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java93 private final Set<View.OnTouchListener> mBottomBarTouchListeners = new ArraySet<>(); field in CarSystemBarController
381 setupBar(mBottomView, mBottomBarTouchListeners, mNotificationsShadeController, in getBottomBar()
475 boolean setModified = mBottomBarTouchListeners.add(listener); in registerBottomBarTouchListener()
477 mBottomView.setStatusBarWindowTouchListeners(mBottomBarTouchListeners); in registerBottomBarTouchListener()