Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DSystemBarConfigs.java89 private boolean mBottomNavBarEnabled; field in SystemBarConfigs
119 return mBottomNavBarEnabled; in getEnabledStatusBySide()
170 if (mBottomNavBarEnabled && currentConfig.getZOrder() < mSystemBarConfigMap.get( in updateInsetPaddings()
203 mBottomNavBarEnabled = mResources.getBoolean(R.bool.config_enableBottomSystemBar); in readConfigs()
221 if (mBottomNavBarEnabled) { in readConfigs()
307 if (!mBottomNavBarEnabled && BottomNotificationPanelViewMediator.class.isAssignableFrom( in checkSystemBarEnabledForNotificationPanel()
315 if (mBottomNavBarEnabled) { in checkHideBottomBarForKeyboardConfigSync()
366 visibilityMap.put(BOTTOM, mBottomNavBarEnabled); in getSystemBarsVisibilityOnInit()