Searched defs:mGameFlowEvent (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 88 milliseconds