HomeSort by relevance Sort by last modified time
    Searched full:gethistoricaleventtime (Results 1 - 21 of 21) sorted by null

  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 202 assertEquals(mEventTime + 10, mMotionEvent2.getHistoricalEventTime(1));
206 assertEquals(mEventTime, mMotionEvent2.getHistoricalEventTime(0));
351 assertEquals(mEventTime, mMotionEvent2.getHistoricalEventTime(0));
364 assertEquals(mEventTime + 10, mMotionEvent2.getHistoricalEventTime(1));
368 assertEquals(mEventTime, mMotionEvent2.getHistoricalEventTime(0));
536 assertEquals(mEventTime + 10, mMotionEventDynamic.getHistoricalEventTime(1));
541 assertEquals(mEventTime, mMotionEventDynamic.getHistoricalEventTime(0));
    [all...]
  /packages/experimental/KBars/app/src/main/java/js/kbars/
SystemGestureDebugger.java 161 swipe = detectSwipe(i, move.getHistoricalEventTime(h), move.getHistoricalX(p, h), move.getHistoricalY(p, h));
TouchTrackingLayout.java 235 evt = ev.getHistoricalEventTime(h);
  /frameworks/base/core/jni/
android_view_InputEventSender.cpp 146 event->getDownTime(), event->getHistoricalEventTime(i),
android_view_MotionEvent.cpp 530 return event->getHistoricalEventTime(historyPos);
    [all...]
  /frameworks/base/native/android/
input.cpp 196 return static_cast<const MotionEvent*>(motion_event)->getHistoricalEventTime(
  /frameworks/base/services/core/java/com/android/server/policy/
SystemGesturesPointerEventListener.java 198 final long time = move.getHistoricalEventTime(h);
  /frameworks/native/libs/input/tests/
InputEvent_test.cpp 324 ASSERT_EQ(ARBITRARY_EVENT_TIME, event->getHistoricalEventTime(0));
325 ASSERT_EQ(ARBITRARY_EVENT_TIME + 1, event->getHistoricalEventTime(1));
  /frameworks/native/include/input/
Input.h 487 inline nsecs_t getHistoricalEventTime(size_t historicalIndex) const {
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 267 step(historyPos < 0 ? event.getEventTime() : event.getHistoricalEventTime(historyPos));
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 849 .getHistoricalEventTime(historyPos));
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java     [all...]
  /frameworks/native/libs/input/
VelocityTracker.cpp 325 eventTime = event->getHistoricalEventTime(h);
    [all...]
  /packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
KeyboardView.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 756 final long historicalTime = me.getHistoricalEventTime(h);
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java     [all...]
  /external/libmojo/base/android/jni_generator/
testMotionEvent.javap 256 const #246 = Asciz getHistoricalEventTime;
    [all...]
testMotionEvent.javap7 260 #246 = Utf8 getHistoricalEventTime
    [all...]
testConstantsFromJavaP.golden     [all...]
  /frameworks/base/core/java/android/view/
MotionEvent.java 102 * System.out.printf("At time %d:", ev.getHistoricalEventTime(h));
    [all...]
ViewRootImpl.java     [all...]

Completed in 1393 milliseconds