Searched defs:fadeStartTime (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/view/
H A DView.java10226 long fadeStartTime = AnimationUtils.currentAnimationTimeMillis() + startDelay;
10227 scrollCache.fadeStartTime = fadeStartTime;
10233 mAttachInfo.mHandler.postAtTime(scrollCache, fadeStartTime);
18014 public long fadeStartTime; field in class:View.ScrollabilityCache
18061 if (now >= fadeStartTime) {

Completed in 64 milliseconds