Searched refs:getEnabledStatusBySide (Results 1 – 2 of 2) sorted by relevance
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()
114 protected boolean getEnabledStatusBySide(@SystemBarSide int side) { in getEnabledStatusBySide() method in SystemBarConfigs