Searched defs:mBackgroundTint (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java3201 private TintInfo mBackgroundTint; field in class:View
4071 if (mBackgroundTint == null) {
4072 mBackgroundTint = new TintInfo();
4074 mBackgroundTint.mTintList = a.getColorStateList(
4076 mBackgroundTint.mHasTintList = true;
4080 if (mBackgroundTint == null) {
4081 mBackgroundTint = new TintInfo();
4083 mBackgroundTint.mTintMode = Drawable.parseTintMode(a.getInt(
4085 mBackgroundTint.mHasTintMode = true;
16365 if (mBackgroundTint
[all...]

Completed in 57 milliseconds