Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java4992 private TintInfo mBackgroundTint; field in View
6345 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 …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt62896 Landroid/view/View;->mBackgroundTint:Landroid/view/View$TintInfo;