Searched defs:ConstantState (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java778 * @see ConstantState
990 * share a unique bitmap stored in their ConstantState.
994 * from this ConstantState.
997 * Use {@link Drawable#getConstantState()} to retrieve the ConstantState of a Drawable. Calling
998 * {@link Drawable#mutate()} on a Drawable should typically create a new ConstantState for that
1001 public static abstract class ConstantState { class in class:Drawable
1034 * Return a {@link ConstantState} instance that holds the shared state of this Drawable.
1036 * @return The ConstantState associated to that Drawable.
1037 * @see ConstantState
1040 public ConstantState getConstantStat
[all...]

Completed in 49 milliseconds