Searched refs:mBackgroundTint (Results 1 – 2 of 2) sorted by relevance
4992 private TintInfo mBackgroundTint; field in View6345 if (mBackgroundTint == null) {6346 mBackgroundTint = new TintInfo();6348 mBackgroundTint.mTintList = a.getColorStateList(6350 mBackgroundTint.mHasTintList = true;6354 if (mBackgroundTint == null) {6355 mBackgroundTint = new TintInfo();6357 mBackgroundTint.mBlendMode = Drawable.parseBlendMode(a.getInt(6359 mBackgroundTint.mHasTintMode = true;26367 if (mBackgroundTint == null) { in setBackgroundTintList()[all …]
62896 Landroid/view/View;->mBackgroundTint:Landroid/view/View$TintInfo;