Searched refs:outPointerCoords (Results 1 – 1 of 1) sorted by relevance
1488 int pointerIndex, int historyPos, PointerCoords outPointerCoords); in nativeGetPointerCoords() argument2280 public final void getPointerCoords(int pointerIndex, PointerCoords outPointerCoords) { in getPointerCoords() argument2281 nativeGetPointerCoords(mNativePtr, pointerIndex, HISTORY_CURRENT, outPointerCoords); in getPointerCoords()2820 PointerCoords outPointerCoords) { in getHistoricalPointerCoords() argument2821 nativeGetPointerCoords(mNativePtr, pointerIndex, pos, outPointerCoords); in getHistoricalPointerCoords()