Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSignalClusterView.java415 if (state.mMobileType != null) { in onRtlPropertiesChanged()
416 state.mMobileType.setImageDrawable(null); in onRtlPropertiesChanged()
577 private ImageView mMobile, mMobileDark, mMobileType; field in SignalClusterView.PhoneState
590 mMobileType = (ImageView) root.findViewById(R.id.mobile_type); in setViews()
602 mMobileType.setImageResource(mMobileTypeId); in apply()
625 mMobileType.setVisibility(mMobileTypeId != 0 ? View.VISIBLE : View.GONE); in apply()
684 setTint(mMobileType, StatusBarIconController.getTint(tintArea, mMobileType, tint)); in setIconTint()