Searched refs:destState (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java784 State destState = null;
792 destState = mDestState;
800 StateInfo commonStateInfo = setupTempStateStackWithStatesToEnter(destState);
819 if (destState != null) {
820 if (destState == mQuittingState) {
826 } else if (destState == mHaltingState) {
1011 * This is found by searching up the destState's ancestors for a
1016 * @return StateInfo of the common ancestor for the destState and
1019 private final StateInfo setupTempStateStackWithStatesToEnter(State destState) { argument
1022 * state. Use a do while() loop as the destState mus
1136 transitionTo(IState destState) argument
1272 transitionTo(IState destState) argument
[all...]

Completed in 21 milliseconds