Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java79 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()
DSystemBarConfigs.java114 protected boolean getEnabledStatusBySide(@SystemBarSide int side) { in getEnabledStatusBySide() method in SystemBarConfigs