Searched refs:startDelay (Results 1 – 7 of 7) sorted by relevance
82 /Names [(startDelay) 11 0 R]92 function startDelay()99 app.setTimeOut("startDelay()", 3000);
62 /Names [(startDelay) 11 0 R]
462 int startDelay; in start() local464 startDelay = (int) startOffset; in start()466 startDelay = (int) ((startTime + startOffset) - SystemClock.uptimeMillis()); in start()468 choreographer.postCallbackDelayed(Choreographer.CALLBACK_ANIMATION, this, null, startDelay); in start()