Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSignalClusterView.java352 if (state.mMobile != null) { in onRtlPropertiesChanged()
353 state.mMobile.setImageDrawable(null); in onRtlPropertiesChanged()
492 private ImageView mMobile, mMobileDark, mMobileType; field in SignalClusterView.PhoneState
503 mMobile = (ImageView) root.findViewById(R.id.mobile_signal); in setViews()
510 mMobile.setImageResource(mMobileStrengthId); in apply()
511 Drawable mobileDrawable = mMobile.getDrawable(); in apply()
539 mMobile.setPaddingRelative(mIsMobileTypeIconWide ? mWideTypeIconStartPadding : 0, in apply()
560 applyDarkIntensity(darkIntensity, mMobile, mMobileDark); in setIconTint()