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