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

  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
MotionEventInjector.java 368 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) {
374 currentTouchPoints[i].mStrokeId);
376 moveFound |= (lastTouchPoints[lastPointsIndex].mX != currentTouchPoints[i].mX)
377 || (lastTouchPoints[lastPointsIndex].mY != currentTouchPoints[i].mY);
378 lastTouchPoints[lastPointsIndex].copyFrom(currentTouchPoints[i]);
389 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) {
393 if (currentTouchPoints[i].mIsEndOfPath) {
395 currentTouchPoints[i].mStrokeId);
417 TouchPoint[] currentTouchPoints, int currentTouchPointsSize, long currentTime) {
421 if (currentTouchPoints[i].mIsStartOfPath)
    [all...]
  /frameworks/base/core/java/android/accessibilityservice/
GestureDescription.java 538 final TouchPoint[] currentTouchPoints =
548 currentTouchPoints);
550 currentTouchPoints));
  /tools/dexter/testdata/expected/
large.asm     [all...]

Completed in 906 milliseconds