Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DSystemBarConfigs.java553 private final int mBarType; field in SystemBarConfigs.SystemBarConfig
563 mBarType = barType; in SystemBarConfig()
574 return mBarType; in getBarType()
605 BAR_PROVIDER_MAP[mBarType], in getLayoutParams()
631 private int mBarType; field in SystemBarConfigs.SystemBarConfigBuilder
642 mBarType = type; in setBarType()
662 return new SystemBarConfig(mSide, mBarType, mGirth, mZOrder, mHideForKeyboard); in build()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/decor/
DCarPrivacyChipViewController.java60 private final @InsetsType int mBarType; field in CarPrivacyChipViewController
78 mBarType = SystemBarConfigs.BAR_PROVIDER_MAP[context.getResources().getInteger( in CarPrivacyChipViewController()
153 boolean newAreaVisibility = (mBarType & requestedVisibleTypes) == 0; in onSystemBarAttributesChanged()