Home
last modified time | relevance | path

Searched refs:mBackgroundTint (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DView.java4495 private TintInfo mBackgroundTint; field in View
5717 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 …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt77968 Landroid/view/View;->mBackgroundTint:Landroid/view/View$TintInfo;