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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java733 * @see ConstantState
933 * share a unique bitmap stored in their ConstantState.
937 * from this ConstantState.
940 * Use {@link Drawable#getConstantState()} to retrieve the ConstantState of a Drawable. Calling
941 * {@link Drawable#mutate()} on a Drawable should typically create a new ConstantState for that
944 public static abstract class ConstantState { class in class:Drawable
970 * Return a {@link ConstantState} instance that holds the shared state of this Drawable.
972 * @return The ConstantState associated to that Drawable.
973 * @see ConstantState
976 public ConstantState getConstantStat
[all...]

Completed in 359 milliseconds