Searched refs:mBackgroundTint (Results 1 – 2 of 2) sorted by relevance
4730 private TintInfo mBackgroundTint; field in View25401 if (mBackgroundTint == null) { in setBackgroundTintList()25402 mBackgroundTint = new TintInfo(); in setBackgroundTintList()25404 mBackgroundTint.mTintList = tint; in setBackgroundTintList()25405 mBackgroundTint.mHasTintList = true; in setBackgroundTintList()25420 return mBackgroundTint != null ? mBackgroundTint.mTintList : null; in getBackgroundTintList()25456 if (mBackgroundTint == null) { in setBackgroundTintBlendMode()25457 mBackgroundTint = new TintInfo(); in setBackgroundTintBlendMode()25461 mBackgroundTint.mHasTintMode = true; in setBackgroundTintBlendMode()25480 if (mBackgroundTint != null && mBackgroundTint.mBlendMode != null) { in getBackgroundTintMode()[all …]
63539 Landroid/view/View;->mBackgroundTint:Landroid/view/View$TintInfo;