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

  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
MotionEventInjector.java 381 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) {
387 currentTouchPoints[i].mStrokeId);
389 moveFound |= (lastTouchPoints[lastPointsIndex].mX != currentTouchPoints[i].mX)
390 || (lastTouchPoints[lastPointsIndex].mY != currentTouchPoints[i].mY);
391 lastTouchPoints[lastPointsIndex].copyFrom(currentTouchPoints[i]);
402 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) {
406 if (currentTouchPoints[i].mIsEndOfPath) {
408 currentTouchPoints[i].mStrokeId);
430 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) {
434 if (currentTouchPoints[i].mIsStartOfPath)
    [all...]
  /frameworks/base/core/java/android/accessibilityservice/
GestureDescription.java 526 final TouchPoint[] currentTouchPoints =
536 currentTouchPoints);
538 currentTouchPoints));

Completed in 717 milliseconds