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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DStateListDrawable.java61 public class StateListDrawable extends DrawableContainer { class in inherits:DrawableContainer
62 private static final String TAG = "StateListDrawable";
69 public StateListDrawable() { method in class:StateListDrawable
110 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.StateListDrawable);
305 StateListState(StateListState orig, StateListDrawable owner, Resources res) {
347 return new StateListDrawable(this, null);
352 return new StateListDrawable(this, res);
384 private StateListDrawable(StateListState state, Resources res) { method in class:StateListDrawable
393 * constructor and setting up a StateListDrawable-specific constant state.
395 StateListDrawable( method in class:StateListDrawable
[all...]

Completed in 136 milliseconds