Home | History | Annotate | Download | only in replicaisland

Lines Matching refs:timeSystem

215         TimeSystem time = sSystemRegistry.timeSystem;
482 TimeSystem timeSystem = sSystemRegistry.timeSystem;
483 mTimer = timeSystem.getRealTime();
484 timeSystem.appyScale(0.1f, 8.0f, true);
489 TimeSystem timeSystem = sSystemRegistry.timeSystem;
490 final float elapsed = timeSystem.getRealTime() - mTimer;
540 mGhostDeactivatedTime = sSystemRegistry.timeSystem.getGameTime() + delay;