Searched refs:mBackgroundTint (Results 1 – 4 of 4) sorted by relevance
37 private TintInfo mBackgroundTint; field in AppCompatBackgroundHelper90 if (mBackgroundTint == null) { in setSupportBackgroundTintList()91 mBackgroundTint = new TintInfo(); in setSupportBackgroundTintList()93 mBackgroundTint.mTintList = tint; in setSupportBackgroundTintList()94 mBackgroundTint.mHasTintList = true; in setSupportBackgroundTintList()99 return mBackgroundTint != null ? mBackgroundTint.mTintList : null; in getSupportBackgroundTintList()103 if (mBackgroundTint == null) { in setSupportBackgroundTintMode()104 mBackgroundTint = new TintInfo(); in setSupportBackgroundTintMode()106 mBackgroundTint.mTintMode = tintMode; in setSupportBackgroundTintMode()107 mBackgroundTint.mHasTintMode = true; in setSupportBackgroundTintMode()[all …]
25 private int mBackgroundTint = 0xFF00FF00; field in ViewBindingObject70 return mBackgroundTint; in getBackgroundTint()156 mBackgroundTint = 0xFFFF0000; in changeValues()
129 private ColorStateList mBackgroundTint; field in FloatingActionButton162 mBackgroundTint = a.getColorStateList(R.styleable.FloatingActionButton_backgroundTint); in FloatingActionButton()179 getImpl().setBackgroundDrawable(mBackgroundTint, mBackgroundTintMode, in FloatingActionButton()242 return mBackgroundTint; in getBackgroundTintList()253 if (mBackgroundTint != tint) { in setBackgroundTintList()254 mBackgroundTint = tint; in setBackgroundTintList()
3978 private TintInfo mBackgroundTint; field in View5055 if (mBackgroundTint == null) {5056 mBackgroundTint = new TintInfo();5058 mBackgroundTint.mTintList = a.getColorStateList(5060 mBackgroundTint.mHasTintList = true;5064 if (mBackgroundTint == null) {5065 mBackgroundTint = new TintInfo();5067 mBackgroundTint.mTintMode = Drawable.parseTintMode(a.getInt(5069 mBackgroundTint.mHasTintMode = true;20468 if (mBackgroundTint == null) {[all …]