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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DStateListDrawable.java80 public void addState(int[] stateSet, Drawable drawable) { method in class:StateListDrawable
/frameworks/base/core/java/com/android/internal/util/
H A DHierarchicalStateMachine.java41 * When a state machine is created <code>addState</code> is used to build the
129 addState(mState1);
249 addState(mP1);
250 addState(mS1, mP1);
251 addState(mS2, mP1);
252 addState(mP2);
866 private final StateInfo addState(HierarchicalState state, HierarchicalState parent) { method in class:HierarchicalStateMachine.HsmHandler
876 parentStateInfo = addState(parent, null);
907 addState(mHaltingState, null);
908 addState(mQuittingStat
1018 protected final void addState(HierarchicalState state, HierarchicalState parent) { method in class:HierarchicalStateMachine
1040 protected final void addState(HierarchicalState state) { method in class:HierarchicalStateMachine
[all...]

Completed in 59 milliseconds