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.java104 private boolean mBottomNavBarEnabled; field in SystemBarConfigs
155 return mBottomNavBarEnabled; in getEnabledStatusBySide()
273 if (mBottomNavBarEnabled && currentConfig.getZOrder() < mSystemBarConfigMap.get( in updateInsetPaddings()
316 mBottomNavBarEnabled = mResources.getBoolean(R.bool.config_enableBottomSystemBar); in readConfigs()
346 if (mBottomNavBarEnabled) { in readConfigs()
449 if (!mBottomNavBarEnabled && BottomNotificationPanelViewMediator.class.isAssignableFrom( in checkSystemBarEnabledForNotificationPanel()
457 if (mBottomNavBarEnabled) { in checkHideBottomBarForKeyboardConfigSync()
503 visibilityMap.put(BOTTOM, mBottomNavBarEnabled); in getSystemBarsVisibilityOnInit()