Searched refs:delay (Results 1 – 8 of 8) sorted by relevance
285 for (String[] delay : NETWORK_LATENCIES) { in createControl()286 mDelayCombo.add(delay[0]); in createControl()
24 android:scrollbarFadeDuration : Defines the delay in milliseconds that a scrollbar takes to fade o…25 android:scrollbarDefaultDelayBeforeFade : Defines the delay in milliseconds that a scrollbar waits …
99 android:scrollbarFadeDuration : Defines the delay in milliseconds that a scrollbar takes to fade o…100 android:scrollbarDefaultDelayBeforeFade : Defines the delay in milliseconds that a scrollbar waits …
225 android:scrollbarDefaultDelayBeforeFade : Defines the delay in milliseconds that a scrollbar waits …226 android:scrollbarFadeDuration : Defines the delay in milliseconds that a scrollbar takes to fade o…
1396 private void parseSdkContent(long delay) {1503 if (delay > 0) {1504 job.schedule(delay);
490 public void render(long delay) { in render() argument500 job.schedule(delay); in render()
2 …)})},dequeue:function(a){return this.each(function(){p.dequeue(this,a)})},delay:function(a,b){retu… method