Searched defs:historyPos (Results 1 – 1 of 1) sorted by relevance
1534 int pointerIndex, int historyPos, PointerCoords outPointerCoords); in nativeGetPointerCoords()1551 private static native long nativeGetEventTimeNanos(long nativePtr, int historyPos); in nativeGetEventTimeNanos()1555 int axis, int pointerIndex, int historyPos); in nativeGetRawAxisValue()1558 int axis, int pointerIndex, int historyPos); in nativeGetAxisValue()3349 final int historyPos = (h == historySize ? HISTORY_CURRENT : h); in addBatch() local3492 final int historyPos = h == historySize ? HISTORY_CURRENT : h; in split() local