Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java48 private boolean mShowRight; field in CarSystemBarController
82 mShowRight = systemBarConfigs.getEnabledStatusBySide(SystemBarConfigs.RIGHT); in CarSystemBarController()
140 return mShowRight ? mCarSystemBarViewFactory.getRightWindow() : null; in getRightWindow()
215 if (!mShowRight) { in getRightBar()