Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarView.java81 private TextView mCarrierLabel; field in KeyguardStatusBarView
120 mCarrierLabel = findViewById(R.id.keyguard_carrier_text); in onFinishInflate()
159 mCarrierLabel.setTextSize(TypedValue.COMPLEX_UNIT_PX, in onConfigurationChanged()
162 lp = (MarginLayoutParams) mCarrierLabel.getLayoutParams(); in onConfigurationChanged()
169 mCarrierLabel.setLayoutParams(lp); in onConfigurationChanged()
277 RelativeLayout.LayoutParams lp = (LayoutParams) mCarrierLabel.getLayoutParams(); in updateLayoutParamsNoCutout()
312 lp = (LayoutParams) mCarrierLabel.getLayoutParams(); in updateLayoutParamsForCutout()
482 mCarrierLabel.setTextAppearance( in onOverlayChanged()
495 mCarrierLabel.setTextColor(iconColor); in updateIconsAndTextColors()