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

  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
MotionEventInjector.java 268 int lastPointIndex = findPointByStrokeId(
270 if (lastPointIndex < 0) {
273 if (mLastTouchPoints[lastPointIndex].mIsEndOfPath
274 || (mLastTouchPoints[lastPointIndex].mX != touchPoint.mX)
275 || (mLastTouchPoints[lastPointIndex].mY != touchPoint.mY)) {
280 mLastTouchPoints[lastPointIndex].mStrokeId = touchPoint.mStrokeId;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
CachedPathIteratorFactory.java 257 int lastPointIndex = (getNumberOfPoints(type) - 1) * 2;
268 point[0] = curve[2 + lastPointIndex];
269 point[1] = curve[2 + lastPointIndex + 1];

Completed in 720 milliseconds