Searched defs:startDelay (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java5103 * @param startDelay the delay, in milliseconds, after which the animation
5115 protected boolean awakenScrollBars(int startDelay) { argument
5116 return awakenScrollBars(startDelay, true);
5142 * @param startDelay the delay, in milliseconds, after which the animation
5157 protected boolean awakenScrollBars(int startDelay, boolean invalidate) { argument
5180 startDelay = Math.max(KEY_REPEAT_FIRST_DELAY, startDelay);
5185 long fadeStartTime = AnimationUtils.currentAnimationTimeMillis() + startDelay;

Completed in 41 milliseconds