diff options
| author | 2014-09-05 12:23:18 -0700 | |
|---|---|---|
| committer | 2014-09-05 12:23:18 -0700 | |
| commit | bd5afc71864181c549bf3c620eedf8fc8c0cd531 (patch) | |
| tree | c901b67a5379e61a305a0a995a3233d48b96514a /graphics/java/android | |
| parent | 3f70141ed0defa413f48bf9d906fad72b8401bda (diff) | |
Remove old setTint from Drawable
BUG: 15782973
Change-Id: Idf0a6ea7c81135b032fcdadc46ee78d7db6945c7
Diffstat (limited to 'graphics/java/android')
| -rw-r--r-- | graphics/java/android/graphics/drawable/Drawable.java | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/java/android/graphics/drawable/Drawable.java b/graphics/java/android/graphics/drawable/Drawable.java index 5a3e3a39780a..3cb5210874fb 100644 --- a/graphics/java/android/graphics/drawable/Drawable.java +++ b/graphics/java/android/graphics/drawable/Drawable.java @@ -470,19 +470,6 @@ public abstract class Drawable { } /** - * 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> * Setting a color filter via {@link #setColorFilter(ColorFilter)} overrides |