Home
last modified time | relevance | path

Searched refs:nativeGetPointerCoords (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DMotionEvent.java1477 private static native void nativeGetPointerCoords(long nativePtr, in nativeGetPointerCoords() method in MotionEvent
2360 nativeGetPointerCoords(mNativePtr, pointerIndex, HISTORY_CURRENT, outPointerCoords); in getPointerCoords()
2902 nativeGetPointerCoords(mNativePtr, pointerIndex, pos, outPointerCoords); in getHistoricalPointerCoords()
3070 nativeGetPointerCoords(event.mNativePtr, i, historyPos, pc[i]); in addBatch()
3121 nativeGetPointerCoords(mNativePtr, i, HISTORY_CURRENT, pc[i]); in clampNoHistory()
3213 nativeGetPointerCoords(mNativePtr, map[i], historyPos, pc[i]); in split()