Home
last modified time | relevance | path

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

/aosp_15_r20/external/replicaisland/src/com/replica/replicaisland/
H A DGameFlowEvent.java23 public static final int EVENT_RESTART_LEVEL = 0; field in GameFlowEvent
H A DLevelSystem.java71 mGameFlowEvent.post(GameFlowEvent.EVENT_RESTART_LEVEL, 0, in sendRestartEvent()
H A DPlayerComponent.java469 hud.sendGameEventOnFadeComplete(GameFlowEvent.EVENT_RESTART_LEVEL, 0); in stateDead()
H A DAndouKun.java511 case GameFlowEvent.EVENT_RESTART_LEVEL: in onGameFlowEvent()