Home
last modified time | relevance | path

Searched refs:downTime (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DNonDistinctMultitouchHelper.java51 final long downTime = me.getDownTime(); in processMotionEvent() local
60 injectMotionEvent(action, me.getX(index), me.getY(index), downTime, eventTime, in processMotionEvent()
74 injectMotionEvent(MotionEvent.ACTION_UP, x, y, downTime, eventTime, in processMotionEvent()
89 injectMotionEvent(MotionEvent.ACTION_DOWN, x, y, downTime, eventTime, in processMotionEvent()
93 injectMotionEvent(MotionEvent.ACTION_UP, x, y, downTime, eventTime, in processMotionEvent()
105 final long downTime, final long eventTime, final PointerTracker tracker, in injectMotionEvent() argument
108 downTime, eventTime, action, x, y, 0 /* metaState */); in injectMotionEvent()
DGestureTrailDrawingPoints.java72 public void addStroke(final GestureStrokeDrawingPoints stroke, final long downTime) { in addStroke() argument
74 addStrokeLocked(stroke, downTime); in addStroke()
78 private void addStrokeLocked(final GestureStrokeDrawingPoints stroke, final long downTime) { in addStrokeLocked() argument
99 final int elapsedTime = (int)(downTime - mCurrentTimeBase); in addStrokeLocked()
107 mCurrentTimeBase = downTime - eventTimes[downIndex]; in addStrokeLocked()
/packages/services/Car/service/src/com/android/car/
DCarInputService.java161 long downTime; in handleVoiceAssistKey() local
165 downTime = mLastVoiceKeyDownTime; in handleVoiceAssistKey()
170 long duration = SystemClock.elapsedRealtime() - downTime; in handleVoiceAssistKey()
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DMotionEventHelper.java47 long downTime = e.getDownTime(); in transformEventOld() local
75 MotionEvent n = MotionEvent.obtain(downTime, eventTime, action, in transformEventOld()