Searched refs:mMobile (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSignalClusterView.java353 if (state.mMobile != null) {
354 state.mMobile.setImageDrawable(null);
493 private ImageView mMobile, mMobileDark, mMobileType; field in class:SignalClusterView.PhoneState
504 mMobile = (ImageView) root.findViewById(R.id.mobile_signal);
511 mMobile.setImageResource(mMobileStrengthId);
512 Drawable mobileDrawable = mMobile.getDrawable();
540 mMobile.setPaddingRelative(mIsMobileTypeIconWide ? mWideTypeIconStartPadding : 0,
561 applyDarkIntensity(darkIntensity, mMobile, mMobileDark);

Completed in 52 milliseconds