Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java78 private boolean mShowBottom; field in CarSystemBarController
145 mShowBottom = mSystemBarConfigs.getEnabledStatusBySide(BOTTOM); in readConfigs()
192 return mShowBottom ? mCarSystemBarViewFactory.getBottomWindow() : null; in getBottomWindow()
376 if (!mShowBottom) { in getBottomBar()