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.java379 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) { in appendMoveEventIfNeeded() argument
385 currentTouchPoints[i].mStrokeId); in appendMoveEventIfNeeded()
387 moveFound |= (lastTouchPoints[lastPointsIndex].mX != currentTouchPoints[i].mX) in appendMoveEventIfNeeded()
388 || (lastTouchPoints[lastPointsIndex].mY != currentTouchPoints[i].mY); in appendMoveEventIfNeeded()
389 lastTouchPoints[lastPointsIndex].copyFrom(currentTouchPoints[i]); in appendMoveEventIfNeeded()
400 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) { in appendUpEvents() argument
404 if (currentTouchPoints[i].mIsEndOfPath) { in appendUpEvents()
406 currentTouchPoints[i].mStrokeId); in appendUpEvents()
428 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) { in appendDownEvents() argument
432 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()