Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBarController.java291 setupBar(mTopView, mTopBarTouchListener, mNotificationsShadeController, in getTopBar()
312 setupBar(mBottomView, mBottomBarTouchListener, mNotificationsShadeController, in getBottomBar()
325 setupBar(mLeftView, mLeftBarTouchListener, mNotificationsShadeController, in getLeftBar()
338 setupBar(mRightView, mRightBarTouchListener, mNotificationsShadeController, in getRightBar()
343 private void setupBar(CarSystemBarView view, View.OnTouchListener statusBarTouchListener, in setupBar() method in CarSystemBarController