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