Searched refs:nativeGetPointerProperties (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 1533 private static native void nativeGetPointerProperties(long nativePtr, in nativeGetPointerProperties() method in MotionEvent 2541 nativeGetPointerProperties(mNativePtr, pointerIndex, outPointerProperties); in getPointerProperties() 3271 nativeGetPointerProperties(mNativePtr, i, pp[0]); in addBatch() 3272 nativeGetPointerProperties(event.mNativePtr, i, pp[1]); in addBatch() 3334 nativeGetPointerProperties(mNativePtr, i, pp[i]); in clampNoHistory() 3389 nativeGetPointerProperties(mNativePtr, i, pp[newPointerCount]); in split()
|