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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSignalClusterView.java307 if (state.mMobile != null) {
308 state.maybeStopAnimatableDrawable(state.mMobile);
405 if (state.mMobile != null) {
406 state.maybeStopAnimatableDrawable(state.mMobile);
407 state.mMobile.setImageDrawable(null);
577 private ImageView mMobile, mMobileDark, mMobileType; field in class:SignalClusterView.PhoneState
588 mMobile = (ImageView) root.findViewById(R.id.mobile_signal);
596 updateAnimatableIcon(mMobile, mMobileStrengthId);
615 mMobile.setPaddingRelative(
682 StatusBarIconController.getDarkIntensity(tintArea, mMobile, darkIntensit
[all...]

Completed in 111 milliseconds