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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DStateListDrawable.java54 public class StateListDrawable extends DrawableContainer { class in inherits:DrawableContainer
69 public StateListDrawable() { method in class:StateListDrawable
111 com.android.internal.R.styleable.StateListDrawable);
256 StateListState(StateListState orig, StateListDrawable owner, Resources res) {
285 return new StateListDrawable(this, null);
290 return new StateListDrawable(this, res);
302 private StateListDrawable(StateListState state, Resources res) { method in class:StateListDrawable

Completed in 36 milliseconds