Home | History | Annotate | Download | only in widget

Lines Matching defs:tintMode

3168      * @param tintMode the blending mode used to apply the tint, may be
3174 public void setCompoundDrawableTintMode(@Nullable PorterDuff.Mode tintMode) {
3178 mDrawables.mTintMode = tintMode;
3204 final PorterDuff.Mode tintMode = mDrawables.mTintMode;
3228 dr.setTintMode(tintMode);