Searched refs:mTint (Results 1 – 1 of 1) sorted by relevance
45 private ColorStateList mTint; field in TintDrawable93 mTint = a.getColorStateList(R.styleable.TintDrawable_android_tint); in updateStateFromTypedArray()98 if (getDrawable() != null && mTint != null) { in applyTint()99 getDrawable().mutate().setTintList(mTint); in applyTint()