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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java722 * @see ConstantState
915 * share a unique bitmap stored in their ConstantState.
919 * from this ConstantState.
922 * Use {@link Drawable#getConstantState()} to retrieve the ConstantState of a Drawable. Calling
923 * {@link Drawable#mutate()} on a Drawable should typically create a new ConstantState for that
926 public static abstract class ConstantState { class in class:Drawable
952 * Return a {@link ConstantState} instance that holds the shared state of this Drawable.
954 * @return The ConstantState associated to that Drawable.
955 * @see ConstantState
958 public ConstantState getConstantStat
[all...]

Completed in 95 milliseconds