Searched refs:lastTouchPointSize (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/accessibilityservice/ |
D | GestureDescription.java | 352 int lastTouchPointSize = 0; in getMotionEventsFromGestureDescription() local 360 timeSinceGestureStart = (lastTouchPointSize == 0) ? nextKeyPointTime in getMotionEventsFromGestureDescription() 365 appendMoveEventIfNeeded(motionEvents, lastTouchPoints, lastTouchPointSize, in getMotionEventsFromGestureDescription() 367 lastTouchPointSize = appendUpEvents(motionEvents, lastTouchPoints, in getMotionEventsFromGestureDescription() 368 lastTouchPointSize, currentTouchPoints, currentTouchPointSize, in getMotionEventsFromGestureDescription() 370 lastTouchPointSize = appendDownEvents(motionEvents, lastTouchPoints, in getMotionEventsFromGestureDescription() 371 lastTouchPointSize, currentTouchPoints, currentTouchPointSize, in getMotionEventsFromGestureDescription()
|