Home
last modified time | relevance | path

Searched refs:currentTouchPoints (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMotionEventInjector.java395 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) { in appendMoveEventIfNeeded() argument
401 currentTouchPoints[i].mStrokeId); in appendMoveEventIfNeeded()
403 moveFound |= (lastTouchPoints[lastPointsIndex].mX != currentTouchPoints[i].mX) in appendMoveEventIfNeeded()
404 || (lastTouchPoints[lastPointsIndex].mY != currentTouchPoints[i].mY); in appendMoveEventIfNeeded()
405 lastTouchPoints[lastPointsIndex].copyFrom(currentTouchPoints[i]); in appendMoveEventIfNeeded()
416 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) { in appendUpEvents() argument
420 if (currentTouchPoints[i].mIsEndOfPath) { in appendUpEvents()
422 currentTouchPoints[i].mStrokeId); in appendUpEvents()
444 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) { in appendDownEvents() argument
448 if (currentTouchPoints[i].mIsStartOfPath) { in appendDownEvents()
[all …]
/frameworks/base/core/java/android/accessibilityservice/
DGestureDescription.java573 final TouchPoint[] currentTouchPoints = in getGestureStepsFromGestureDescription() local
583 currentTouchPoints); in getGestureStepsFromGestureDescription()
585 currentTouchPoints)); in getGestureStepsFromGestureDescription()