Searched refs:mIsEndOfPath (Results 1 – 1 of 1) sorted by relevance
133 touchPoints[numPointsFound].mIsEndOfPath = (time == strokeDescription.mEndTime); in getPointsForTime()319 boolean mIsEndOfPath; field in GestureDescription.TouchPoint334 mIsEndOfPath = (startEnd & FLAG_IS_END_OF_PATH) != 0; in TouchPoint()342 mIsEndOfPath = other.mIsEndOfPath; in copyFrom()356 startEnd |= mIsEndOfPath ? FLAG_IS_END_OF_PATH : 0; in writeToParcel()569 if (currentTouchPoints[i].mIsEndOfPath) { in appendUpEvents()