Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DStateMachine.java695 private StateInfo mStateStack[];
701 private StateInfo mTempStateStack[];
719 private class StateInfo { class in StateMachine.SmHandler
724 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 …]