Searched refs:mBarType (Results 1 – 2 of 2) sorted by relevance
553 private final int mBarType; field in SystemBarConfigs.SystemBarConfig563 mBarType = barType; in SystemBarConfig()574 return mBarType; in getBarType()605 BAR_PROVIDER_MAP[mBarType], in getLayoutParams()631 private int mBarType; field in SystemBarConfigs.SystemBarConfigBuilder642 mBarType = type; in setBarType()662 return new SystemBarConfig(mSide, mBarType, mGirth, mZOrder, mHideForKeyboard); in build()
60 private final @InsetsType int mBarType; field in CarPrivacyChipViewController78 mBarType = SystemBarConfigs.BAR_PROVIDER_MAP[context.getResources().getInteger( in CarPrivacyChipViewController()153 boolean newAreaVisibility = (mBarType & requestedVisibleTypes) == 0; in onSystemBarAttributesChanged()