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/
DSystemBarConfigsImpl.java102 private boolean mBottomNavBarEnabled; field in SystemBarConfigsImpl
256 return mBottomNavBarEnabled; in getEnabledStatusBySide()
388 if (mBottomNavBarEnabled && currentConfig.getZOrder() < mSystemBarConfigMap.get( in updateInsetPaddings()
427 mBottomNavBarEnabled = mResources.getBoolean(R.bool.config_enableBottomSystemBar); in readConfigs()
457 if (mBottomNavBarEnabled) { in readConfigs()
560 if (!mBottomNavBarEnabled && BottomNotificationPanelViewMediator.class.isAssignableFrom( in checkSystemBarEnabledForNotificationPanel()
568 if (mBottomNavBarEnabled) { in checkHideBottomBarForKeyboardConfigSync()
614 visibilityMap.put(BOTTOM, mBottomNavBarEnabled); in getSystemBarsVisibilityOnInit()