Home
last modified time | relevance | path

Searched defs:gameTime (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/replicaisland/src/com/replica/replicaisland/
H A DGameObject.java122 final float gameTime = time.getGameTime(); in touchingGround() local
130 final float gameTime = time.getGameTime(); in touchingCeiling() local
138 final float gameTime = time.getGameTime(); in touchingLeftWall() local
146 final float gameTime = time.getGameTime(); in touchingRightWall() local
H A DLauncherComponent.java64 final float gameTime = time.getGameTime(); in update() local
98 final float gameTime = time.getGameTime(); in prepareToLaunch() local
H A DHitReactionComponent.java151 final float gameTime = time.getGameTime(); in receivedHit() local
250 final float gameTime = time.getGameTime(); in update() local
H A DInputTouchScreen.java107 public boolean getTriggered(float gameTime) { in getTriggered()
H A DPatrolComponent.java203 final float gameTime = time.getGameTime(); in updateAttack() local
H A DDoorAnimationComponent.java142 final float gameTime = time.getGameTime(); in update() local
H A DInputSystem.java88 final float gameTime = time.getGameTime(); in keyDown() local
H A DGhostComponent.java112 final float gameTime = time.getGameTime(); in update() local
H A DLaunchProjectileComponent.java91 final float gameTime = time.getGameTime(); in update() local
H A DAnimationComponent.java127 final float gameTime = time.getGameTime(); in update() local
H A DInputGameInterface.java86 final float gameTime = sSystemRegistry.timeSystem.getGameTime(); in update() local
H A DPlayerComponent.java218 final float gameTime = time.getGameTime(); in update() local