Home
last modified time | relevance | path

Searched defs:deltaTime (Results 1 – 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DGestureStroke.java186 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
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DRotateImageView.java105 int deltaTime = (int)(time - mAnimationStartTime); in onDraw() local
/packages/apps/Gallery2/src/com/android/camera/ui/
DRotateImageView.java107 int deltaTime = (int)(time - mAnimationStartTime); in onDraw() local
/packages/apps/Camera/src/com/android/camera/ui/
DRotateImageView.java107 int deltaTime = (int)(time - mAnimationStartTime); in onDraw() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
DStatistics.java80 public void add(long deltaTime) { in add()
/packages/apps/Nfc/src/com/android/nfc/
DSendUi.java655 public void onTimeUpdate(TimeAnimator animation, long totalTime, long deltaTime) { in onTimeUpdate()