From 3b5c4272db3e089c4a06d2db2ddf2aee5ebb6281 Mon Sep 17 00:00:00 2001 From: Alan Viverette Date: Tue, 20 May 2014 13:20:42 -0700 Subject: Various API review fixes to resources and drawables BUG: 15025565 Change-Id: If00c85816f8288338967f7a85453d21f858f5ca7 --- graphics/java/android/graphics/drawable/Drawable.java | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'graphics') diff --git a/graphics/java/android/graphics/drawable/Drawable.java b/graphics/java/android/graphics/drawable/Drawable.java index 3eabc3a..911fb96 100644 --- a/graphics/java/android/graphics/drawable/Drawable.java +++ b/graphics/java/android/graphics/drawable/Drawable.java @@ -512,13 +512,12 @@ public abstract class Drawable { } /** - * Indicates whether this view will change its appearance based on state. - * Clients can use this to determine whether it is necessary to calculate - * their state and call setState. - * - * @return True if this view changes its appearance based on state, false - * otherwise. + * Indicates whether this drawable will change its appearance based on + * state. Clients can use this to determine whether it is necessary to + * calculate their state and call setState. * + * @return True if this drawable changes its appearance based on state, + * false otherwise. * @see #setState(int[]) */ public boolean isStateful() { -- cgit v1.1