Searched refs:STATE_ENTER_TRANSITION_CANCEL (Results 1 – 2 of 2) sorted by relevance
119 final State STATE_ENTER_TRANSITION_CANCEL = new State("STATE_ENTER_TRANSITION_CANCEL", field in DetailsFragment209 mStateMachine.addState(STATE_ENTER_TRANSITION_CANCEL); in createStateMachineStates()229 mStateMachine.addTransition(STATE_ENTER_TRANSITION_INIT, STATE_ENTER_TRANSITION_CANCEL, in createStateMachineTransitions()231 mStateMachine.addTransition(STATE_ENTER_TRANSITION_CANCEL, STATE_ENTER_TRANSITION_COMPLETE); in createStateMachineTransitions()
122 final State STATE_ENTER_TRANSITION_CANCEL = new State("STATE_ENTER_TRANSITION_CANCEL", field in DetailsSupportFragment212 mStateMachine.addState(STATE_ENTER_TRANSITION_CANCEL); in createStateMachineStates()232 mStateMachine.addTransition(STATE_ENTER_TRANSITION_INIT, STATE_ENTER_TRANSITION_CANCEL, in createStateMachineTransitions()234 mStateMachine.addTransition(STATE_ENTER_TRANSITION_CANCEL, STATE_ENTER_TRANSITION_COMPLETE); in createStateMachineTransitions()