Searched refs:mMobileType (Results 1 – 1 of 1) sorted by relevance
415 if (state.mMobileType != null) { in onRtlPropertiesChanged()416 state.mMobileType.setImageDrawable(null); in onRtlPropertiesChanged()577 private ImageView mMobile, mMobileDark, mMobileType; field in SignalClusterView.PhoneState590 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()