Searched refs:getLastDeathPosition (Results 1 - 3 of 3) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DEventRecorder.java41 synchronized Vector2 getLastDeathPosition() { method in class:EventRecorder
H A DGame.java538 public Vector2 getLastDeathPosition() { method in class:Game
539 return BaseObject.sSystemRegistry.eventRecorder.getLastDeathPosition();
H A DAndouKun.java515 mGame.getLastDeathPosition().x,
516 mGame.getLastDeathPosition().y,

Completed in 139 milliseconds