Home
last modified time | relevance | path

Searched refs:getHistoricalEventTime (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
DSystemGesturesPointerEventListener.java194 final long time = move.getHistoricalEventTime(h); in detectSwipe()
/frameworks/native/libs/input/tests/
DInputEvent_test.cpp324 ASSERT_EQ(ARBITRARY_EVENT_TIME, event->getHistoricalEventTime(0)); in assertEqualsEventWithHistory()
325 ASSERT_EQ(ARBITRARY_EVENT_TIME + 1, event->getHistoricalEventTime(1)); in assertEqualsEventWithHistory()
/frameworks/base/core/jni/
Dandroid_view_InputEventSender.cpp143 event->getDownTime(), event->getHistoricalEventTime(i), in sendMotionEvent()
Dandroid_view_MotionEvent.cpp609 return event->getHistoricalEventTime(historyPos); in android_view_MotionEvent_nativeGetEventTimeNanos()
/frameworks/base/native/android/
Dinput.cpp196 return static_cast<const MotionEvent*>(motion_event)->getHistoricalEventTime( in AMotionEvent_getHistoricalEventTime()
/frameworks/native/include/input/
DInput.h487 inline nsecs_t getHistoricalEventTime(size_t historicalIndex) const { in getHistoricalEventTime() function
/frameworks/native/libs/input/
DVelocityTracker.cpp319 eventTime = event->getHistoricalEventTime(h); in addMovement()
/frameworks/base/core/java/android/view/
DMotionEvent.java2440 public final long getHistoricalEventTime(int pos) { in getHistoricalEventTime() method in MotionEvent
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1489 ev.getHistoricalEventTime(i)); in addMovement()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32905 method public final long getHistoricalEventTime(int);
/frameworks/base/api/
Dcurrent.txt41695 method public final long getHistoricalEventTime(int);
Dtest-current.txt41774 method public final long getHistoricalEventTime(int);
Dsystem-current.txt44695 method public final long getHistoricalEventTime(int);