HomeSort by relevance Sort by last modified time
    Searched refs:mLastTouchTime (Results 1 - 2 of 2) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java 609 private long mLastTouchTime;
625 mLastTouchTime = Utils.getTimeNow();
635 long timeDiff = (Utils.getTimeNow() - mLastTouchTime);
663 mLastTouchTime = -1 * MAX_TIME_ALLOWED + 1;
  /external/replicaisland/src/com/replica/replicaisland/
AndouKun.java 84 private long mLastTouchTime = 0L;
348 if (event.getAction() == MotionEvent.ACTION_MOVE && time - mLastTouchTime < 32) {
357 mLastTouchTime = time;
368 time - mLastTouchTime > ROLL_TO_FACE_BUTTON_DELAY) {
380 time - mLastTouchTime > ROLL_TO_FACE_BUTTON_DELAY) {

Completed in 66 milliseconds