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
116 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.StateListDrawable);
311 StateListState(StateListState orig, StateListDrawable owner, Resources res) {
357 return new StateListDrawable(this, null);
362 return new StateListDrawable(this, res);
394 private StateListDrawable(StateListState state, Resources res) { method in class:StateListDrawable
403 * constructor and setting up a StateListDrawable-specific constant state.
405 StateListDrawable( method in class:StateListDrawable
[all...]

Completed in 10 milliseconds