Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DLevelSystem.java37 private GameFlowEvent mGameFlowEvent; field in LevelSystem
44 mGameFlowEvent = new GameFlowEvent(); in LevelSystem()
71 mGameFlowEvent.post(GameFlowEvent.EVENT_RESTART_LEVEL, 0, in sendRestartEvent()
76 mGameFlowEvent.post(GameFlowEvent.EVENT_GO_TO_NEXT_LEVEL, 0, in sendNextLevelEvent()
82 mGameFlowEvent.postImmediate(type, index, in sendGameEvent()
85 mGameFlowEvent.post(type, index, in sendGameEvent()