Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2f3bde6 authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "Remove old setTint from Drawable" into lmp-dev

parents a6863ad6 bd5afc71
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -469,19 +469,6 @@ public abstract class Drawable {
        setColorFilter(new PorterDuffColorFilter(color, mode));
    }

    /**
     * Specifies a tint and blending mode for this drawable.
     * <p>
     * Setting a color filter via {@link #setColorFilter(ColorFilter)} overrides
     * tint.
     *
     * @param tint Color state list to use for tinting this drawable, or null to
     *            clear the tint
     * @param tintMode A Porter-Duff blending mode
     * @hide TODO: Was in L-preview, remove this API for release
     */
    public void setTint(ColorStateList tint, PorterDuff.Mode tintMode) {}

    /**
     * Specifies a tint for this drawable.
     * <p>