Home | History | Annotate | Download | only in widget

Lines Matching defs:tint

53                 ColorStateList tint = mDrawableManager
55 if (tint != null) {
56 setInternalBackgroundTint(tint);
76 // Update the default background tint
85 // We don't know that this drawable is, so we need to clear the default background tint
90 void setSupportBackgroundTintList(ColorStateList tint) {
94 mBackgroundTint.mTintList = tint;
123 // effect on any widgets using the compat tint on API 21 (EditText)
137 void setInternalBackgroundTint(ColorStateList tint) {
138 if (tint != null) {
142 mInternalBackgroundTint.mTintList = tint;
153 // On API 22+, if we're using an internal compat background tint, we're also
154 // responsible for applying any custom tint set via the framework impl
162 // API 19 and below doesn't have framework tint
168 * Applies the framework background tint to a view, but using the compat method (ColorFilter)
170 * @return true if a tint was applied