Searched refs:nativeGetPointerCoords (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 1533 private static native void nativeGetPointerCoords(long nativePtr, in nativeGetPointerCoords() method in MotionEvent 2560 nativeGetPointerCoords(mNativePtr, pointerIndex, HISTORY_CURRENT, outPointerCoords); in getPointerCoords() 3180 nativeGetPointerCoords(mNativePtr, pointerIndex, pos, outPointerCoords); in getHistoricalPointerCoords() 3352 nativeGetPointerCoords(event.mNativePtr, i, historyPos, pc[i]); in addBatch() 3403 nativeGetPointerCoords(mNativePtr, i, HISTORY_CURRENT, pc[i]); in clampNoHistory() 3495 nativeGetPointerCoords(mNativePtr, map[i], historyPos, pc[i]); in split()
|