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.java355 if (state.mMobileType != null) { in onRtlPropertiesChanged()
356 state.mMobileType.setImageDrawable(null); in onRtlPropertiesChanged()
492 private ImageView mMobile, mMobileDark, mMobileType; field in SignalClusterView.PhoneState
505 mMobileType = (ImageView) root.findViewById(R.id.mobile_type); in setViews()
528 mMobileType.setImageResource(mMobileTypeId); in apply()
547 mMobileType.setVisibility(mMobileTypeId != 0 ? View.VISIBLE : View.GONE); in apply()
561 setTint(mMobileType, tint); in setIconTint()