Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java69 SystemBarConfigs systemBarConfigs) { in CarSystemBarController() argument
79 mShowTop = systemBarConfigs.getEnabledStatusBySide(SystemBarConfigs.TOP); in CarSystemBarController()
80 mShowBottom = systemBarConfigs.getEnabledStatusBySide(SystemBarConfigs.BOTTOM); in CarSystemBarController()
81 mShowLeft = systemBarConfigs.getEnabledStatusBySide(SystemBarConfigs.LEFT); in CarSystemBarController()
82 mShowRight = systemBarConfigs.getEnabledStatusBySide(SystemBarConfigs.RIGHT); in CarSystemBarController()
DCarSystemBar.java136 SystemBarConfigs systemBarConfigs in CarSystemBar() argument
151 mSystemBarConfigs = systemBarConfigs; in CarSystemBar()