OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pressedtime
(Results
1 - 1
of
1
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
AnimationComponent.java
229
final float
pressedTime
= gameTime - attackButton.getLastPressedTime();
230
final float wave = (float)Math.cos(
pressedTime
* (float)Math.PI * 2.0f);
Completed in 905 milliseconds