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

  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
MotionEventInjector.java 335 TouchPoint[] lastTouchPoints = getLastTouchPoints();
340 if (currentTouchPointSize > lastTouchPoints.length) {
371 TouchPoint[] lastTouchPoints = getLastTouchPoints();
373 int lastPointsIndex = findPointByStrokeId(lastTouchPoints, mNumLastTouchPoints,
376 moveFound |= (lastTouchPoints[lastPointsIndex].mX != currentTouchPoints[i].mX)
377 || (lastTouchPoints[lastPointsIndex].mY != currentTouchPoints[i].mY);
378 lastTouchPoints[lastPointsIndex].copyFrom(currentTouchPoints[i]);
384 lastTouchPoints, mNumLastTouchPoints));
391 TouchPoint[] lastTouchPoints = getLastTouchPoints();
394 int indexOfUpEvent = findPointByStrokeId(lastTouchPoints, mNumLastTouchPoints
    [all...]
  /tools/dexter/testdata/expected/
large.asm     [all...]

Completed in 1927 milliseconds