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