Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DAnimationComponent.java229 final float pressedTime = gameTime - attackButton.getLastPressedTime(); in update() local
230 final float wave = (float)Math.cos(pressedTime * (float)Math.PI * 2.0f); in update()