Searched refs:mCarrierLabel (Results 1 – 1 of 1) sorted by relevance
79 private TextView mCarrierLabel; field in KeyguardStatusBarView128 mCarrierLabel = findViewById(R.id.keyguard_carrier_text); in onFinishInflate()186 mCarrierLabel.setTextSize(TypedValue.COMPLEX_UNIT_PX, in onConfigurationChanged()189 lp = (MarginLayoutParams) mCarrierLabel.getLayoutParams(); in onConfigurationChanged()196 mCarrierLabel.setLayoutParams(lp); in onConfigurationChanged()339 RelativeLayout.LayoutParams lp = (LayoutParams) mCarrierLabel.getLayoutParams(); in updateLayoutParamsNoCutout()371 lp = (LayoutParams) mCarrierLabel.getLayoutParams(); in updateLayoutParamsForCutout()443 mCarrierLabel.setTextAppearance(theme); in onOverlayChanged()464 mCarrierLabel.setTextColor(iconColor); in updateIconsAndTextColors()