Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/
Dbug_487928.in82 /Names [(startDelay) 11 0 R]
92 function startDelay()
99 app.setTimeOut("startDelay()", 3000);
Dbug_679649.in62 /Names [(startDelay) 11 0 R]
Dbug_551248.in62 /Names [(startDelay) 11 0 R]
Dbug_634394.in62 /Names [(startDelay) 11 0 R]
Dbug_620428.in62 /Names [(startDelay) 11 0 R]
Dbug_634716.in62 /Names [(startDelay) 11 0 R]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowView.java462 int startDelay; in start() local
464 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()