Searched defs:deltaTime (Results 1 – 6 of 6) sorted by relevance
186 private int getGestureDynamicDistanceThreshold(final int deltaTime) { in getGestureDynamicDistanceThreshold()196 private int getGestureDynamicTimeThreshold(final int deltaTime) { in getGestureDynamicTimeThreshold()215 final int deltaTime = mEventTimes.get(lastIndex) - mDetectFastMoveTime; in isStartOfAGesture() local
105 int deltaTime = (int)(time - mAnimationStartTime); in onDraw() local
107 int deltaTime = (int)(time - mAnimationStartTime); in onDraw() local
80 public void add(long deltaTime) { in add()
655 public void onTimeUpdate(TimeAnimator animation, long totalTime, long deltaTime) { in onTimeUpdate()