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.java377 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) { in appendMoveEventIfNeeded() argument
383 currentTouchPoints[i].mStrokeId); in appendMoveEventIfNeeded()
385 moveFound |= (lastTouchPoints[lastPointsIndex].mX != currentTouchPoints[i].mX) in appendMoveEventIfNeeded()
386 || (lastTouchPoints[lastPointsIndex].mY != currentTouchPoints[i].mY); in appendMoveEventIfNeeded()
387 lastTouchPoints[lastPointsIndex].copyFrom(currentTouchPoints[i]); in appendMoveEventIfNeeded()
398 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) { in appendUpEvents() argument
402 if (currentTouchPoints[i].mIsEndOfPath) { in appendUpEvents()
404 currentTouchPoints[i].mStrokeId); in appendUpEvents()
426 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) { in appendDownEvents() argument
430 if (currentTouchPoints[i].mIsStartOfPath) { in appendDownEvents()
[all …]
/frameworks/base/core/java/android/accessibilityservice/
DGestureDescription.java538 final TouchPoint[] currentTouchPoints = in getGestureStepsFromGestureDescription() local
548 currentTouchPoints); in getGestureStepsFromGestureDescription()
550 currentTouchPoints)); in getGestureStepsFromGestureDescription()