Searched refs:StateInfo (Results 1 – 1 of 1) sorted by relevance
695 private StateInfo mStateStack[];701 private StateInfo mTempStateStack[];719 private class StateInfo { class in StateMachine.SmHandler724 StateInfo parentStateInfo;740 private HashMap<State, StateInfo> mStateInfo = new HashMap<State, StateInfo>();851 StateInfo commonStateInfo = setupTempStateStackWithStatesToEnter(destState); in performTransitions()931 for (StateInfo si : mStateInfo.values()) { in completeConstruction()933 for (StateInfo i = si; i != null; depth++) { in completeConstruction()942 mStateStack = new StateInfo[maxDepth]; in completeConstruction()943 mTempStateStack = new StateInfo[maxDepth]; in completeConstruction()[all …]