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