Searched refs:getHistoricalRawPointerCoords (Results 1 – 2 of 2) sorted by relevance
478 public PointerCoords getHistoricalRawPointerCoords(int pointerIndex, int historicalIndex) { in getHistoricalRawPointerCoords() method in NativeInput.MotionEvent483 return getHistoricalRawPointerCoords(pointerIndex, historicalIndex).getAxisValue(axis); in getHistoricalRawAxisValue()495 float value = getHistoricalRawPointerCoords(pointerIndex, historicalIndex).getAxisValue(axis); in getHistoricalAxisValue()
402 rawPointerCoords = event.getHistoricalRawPointerCoords(pointerIndex, historyPos); in nativeGetPointerCoords()