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.java307 if (state.mMobile != null) { in setSubs()
308 state.maybeStopAnimatableDrawable(state.mMobile); in setSubs()
405 if (state.mMobile != null) { in onRtlPropertiesChanged()
406 state.maybeStopAnimatableDrawable(state.mMobile); in onRtlPropertiesChanged()
407 state.mMobile.setImageDrawable(null); in onRtlPropertiesChanged()
577 private ImageView mMobile, mMobileDark, mMobileType; field in SignalClusterView.PhoneState
588 mMobile = (ImageView) root.findViewById(R.id.mobile_signal); in setViews()
596 updateAnimatableIcon(mMobile, mMobileStrengthId); in apply()
615 mMobile.setPaddingRelative( in apply()
682 StatusBarIconController.getDarkIntensity(tintArea, mMobile, darkIntensity), in setIconTint()
[all …]