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.java80 private TextView mCarrierLabel; field in KeyguardStatusBarView
114 mCarrierLabel = findViewById(R.id.keyguard_carrier_text); in onFinishInflate()
153 mCarrierLabel.setTextSize(TypedValue.COMPLEX_UNIT_PX, in onConfigurationChanged()
156 lp = (MarginLayoutParams) mCarrierLabel.getLayoutParams(); in onConfigurationChanged()
159 mCarrierLabel.setLayoutParams(lp); in onConfigurationChanged()
256 RelativeLayout.LayoutParams lp = (LayoutParams) mCarrierLabel.getLayoutParams(); in updateLayoutParamsNoCutout()
291 lp = (LayoutParams) mCarrierLabel.getLayoutParams(); in updateLayoutParamsForCutout()
460 mCarrierLabel.setTextAppearance( in onOverlayChanged()
473 mCarrierLabel.setTextColor(iconColor); in updateIconsAndTextColors()