Searched refs:EVT_ONSTART (Results 1 – 2 of 2) sorted by relevance
191 final Event EVT_ONSTART = new Event("onStart"); field in DetailsFragment267 STATE_SET_ENTRANCE_START_STATE, EVT_ONSTART); in createStateMachineTransitions()273 mStateMachine.addTransition(STATE_START, STATE_ON_SAFE_START, EVT_ONSTART); in createStateMachineTransitions()761 mStateMachine.fireEvent(EVT_ONSTART); in onStart()
194 final Event EVT_ONSTART = new Event("onStart"); field in DetailsSupportFragment270 STATE_SET_ENTRANCE_START_STATE, EVT_ONSTART); in createStateMachineTransitions()276 mStateMachine.addTransition(STATE_START, STATE_ON_SAFE_START, EVT_ONSTART); in createStateMachineTransitions()764 mStateMachine.fireEvent(EVT_ONSTART); in onStart()