Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java51 private View.OnTouchListener mBottomBarTouchListener; field in CarSystemBarController
196 setupBar(mBottomView, mBottomBarTouchListener, mNotificationsShadeController); in getBottomBar()
245 mBottomBarTouchListener = listener; in registerBottomBarTouchListener()
247 mBottomView.setStatusBarWindowTouchListener(mBottomBarTouchListener); in registerBottomBarTouchListener()