Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java184 setupBar(mTopView, mTopBarTouchListener, mNotificationsShadeController); in getTopBar()
196 setupBar(mBottomView, mBottomBarTouchListener, mNotificationsShadeController); in getBottomBar()
208 setupBar(mLeftView, mLeftBarTouchListener, mNotificationsShadeController); in getLeftBar()
220 setupBar(mRightView, mRightBarTouchListener, mNotificationsShadeController); in getRightBar()
224 private void setupBar(CarSystemBarView view, View.OnTouchListener statusBarTouchListener, in setupBar() method in CarSystemBarController