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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DStateListDrawable.java66 private StateListState mStateListState;
131 final StateListState state = mStateListState;
158 final StateListState state = mStateListState;
230 StateListState getStateListState() {
295 StateListState cloneConstantState() {
296 return new StateListState(mStateListState, this, null);
307 static class StateListState extends DrawableContainerState { class in class:StateListDrawable
311 StateListState(StateListState orig, StateListDrawable owner, Resources res) { method in class:StateListDrawable.StateListState
389 if (state instanceof StateListState) {
[all...]

Completed in 6 milliseconds