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

  /frameworks/base/core/java/android/accessibilityservice/
GestureDescription.java 429 * Class to convert a GestureDescription to a series of MotionEvents.
435 * Constants used to initialize all MotionEvents
478 final List<MotionEvent> motionEvents = new ArrayList<>();
490 appendMoveEventIfNeeded(motionEvents, lastTouchPoints, lastTouchPointSize,
492 lastTouchPointSize = appendUpEvents(motionEvents, lastTouchPoints,
495 lastTouchPointSize = appendDownEvents(motionEvents, lastTouchPoints,
499 return motionEvents;
542 private static void appendMoveEventIfNeeded(List<MotionEvent> motionEvents,
558 long downTime = motionEvents.get(motionEvents.size() - 1).getDownTime()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xproto.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xproto.h     [all...]

Completed in 5371 milliseconds