Home
last modified time | relevance | path

Searched refs:StateListState (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DStateListDrawable.java68 private StateListState mStateListState;
136 final StateListState state = mStateListState; in updateStateFromTypedArray()
163 final StateListState state = mStateListState; in inflateChildElements()
236 StateListState getStateListState() { in getStateListState()
297 StateListState cloneConstantState() { in cloneConstantState()
298 return new StateListState(mStateListState, this, null); in cloneConstantState()
309 static class StateListState extends DrawableContainerState { class in StateListDrawable
313 StateListState(StateListState orig, StateListDrawable owner, Resources res) { in StateListState() method in StateListDrawable.StateListState
392 if (state instanceof StateListState) { in setConstantState()
393 mStateListState = (StateListState) state; in setConstantState()
[all …]
DAnimatedStateListDrawable.java554 static class AnimatedStateListState extends StateListState {
/frameworks/base/config/
Dpreloaded-classes1339 android.graphics.drawable.StateListDrawable$StateListState