Searched refs:mBackgroundTint (Results 1 – 2 of 2) sorted by relevance
4495 private TintInfo mBackgroundTint; field in View5717 if (mBackgroundTint == null) {5718 mBackgroundTint = new TintInfo();5720 mBackgroundTint.mTintList = a.getColorStateList(5722 mBackgroundTint.mHasTintList = true;5726 if (mBackgroundTint == null) {5727 mBackgroundTint = new TintInfo();5729 mBackgroundTint.mBlendMode = Drawable.parseBlendMode(a.getInt(5731 mBackgroundTint.mHasTintMode = true;23428 if (mBackgroundTint == null) { in setBackgroundTintList()[all …]
77968 Landroid/view/View;->mBackgroundTint:Landroid/view/View$TintInfo;