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.java356 setupBar(mTopView, mTopBarTouchListeners, mNotificationsShadeController, in getTopBar()
381 setupBar(mBottomView, mBottomBarTouchListeners, mNotificationsShadeController, in getBottomBar()
396 setupBar(mLeftView, mLeftBarTouchListeners, mNotificationsShadeController, in getLeftBar()
410 setupBar(mRightView, mRightBarTouchListeners, mNotificationsShadeController, in getRightBar()
416 private void setupBar(CarSystemBarView view, Set<View.OnTouchListener> statusBarTouchListeners, in setupBar() method in CarSystemBarController