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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DStateListDrawable.java78 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
154 addState(mState1);
251 addState(mP1);
252 addState(mS1, mP1);
253 addState(mS2, mP1);
254 addState(mP2);
873 private final StateInfo addState(HierarchicalState state, HierarchicalState parent) { method in class:HierarchicalStateMachine.HsmHandler
883 parentStateInfo = addState(parent, null);
914 addState(mHaltingState, null);
915 addState(mQuittingStat
1025 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 220 milliseconds