Searched defs:mCarrierLabel (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarView.java51 private TextView mCarrierLabel; field in class:KeyguardStatusBarView
74 mCarrierLabel = (TextView) findViewById(R.id.keyguard_carrier_text);
86 mCarrierLabel.setTextSize(TypedValue.COMPLEX_UNIT_PX,
H A DPhoneStatusBar.java329 private TextView mCarrierLabel; field in class:PhoneStatusBar
852 mCarrierLabel = (TextView)mStatusBarWindow.findViewById(R.id.carrier_label);
853 mShowCarrierInPanel = (mCarrierLabel != null);
854 if (DEBUG) Log.v(TAG, "carrierlabel=" + mCarrierLabel + " show=" + mShowCarrierInPanel);
856 mCarrierLabel.setVisibility(mCarrierLabelVisible ? View.VISIBLE : View.INVISIBLE);
861 mCarrierLabel.setText(label);
864 mCarrierLabel.setVisibility(View.GONE);
866 mCarrierLabel.setVisibility(View.VISIBLE);
1677 mCarrierLabel.animate().cancel();
1679 mCarrierLabel
[all...]

Completed in 85 milliseconds