Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DSolidSurfaceComponent.java40 setPhase(ComponentPhases.POST_COLLISION.ordinal()); in SolidSurfaceComponent()
58 setPhase(ComponentPhases.POST_COLLISION.ordinal()); in SolidSurfaceComponent()
DGameComponent.java34 POST_COLLISION, // position is now final for the frame enumConstant
DLaunchProjectileComponent.java56 setPhase(ComponentPhases.POST_COLLISION.ordinal()); in LaunchProjectileComponent()