Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DGameObjectFactory.java745 Utils.framesToTime(24, 1), pressAndCollectVolume, basicVulnerabilityVolume));
747 Utils.framesToTime(24, 1), pressAndCollectVolume, basicVulnerabilityVolume));
753 … Utils.framesToTime(24, 1), pressAndCollectVolume, basicVulnerabilityVolume));
756 … Utils.framesToTime(24, 1), pressAndCollectVolume, basicVulnerabilityVolume));
763 … Utils.framesToTime(24, 1), pressAndCollectVolume, basicVulnerabilityVolume));
766 … Utils.framesToTime(24, 1), pressAndCollectVolume, basicVulnerabilityVolume));
778 Utils.framesToTime(24, 1), stompAttackVolume, null));
781 Utils.framesToTime(24, 1), stompAttackVolume, null));
784 Utils.framesToTime(24, 1), stompAttackVolume, null));
787 Utils.framesToTime(24, 1), stompAttackVolume, null));
[all …]
DUtils.java87 public final static float framesToTime(int framesPerSecond, int frameCount) { in framesToTime() method in Utils