Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DMotionEvent.java1670 private static native int nativeGetPointerCount(long nativePtr); in nativeGetPointerCount() method in MotionEvent
2396 return nativeGetPointerCount(mNativePtr); in getPointerCount()
3461 final int pointerCount = nativeGetPointerCount(mNativePtr); in addBatch()
3462 if (pointerCount != nativeGetPointerCount(event.mNativePtr)) { in addBatch()
3501 final int pointerCount = nativeGetPointerCount(mNativePtr); in isWithinBoundsNoHistory()
3528 final int pointerCount = nativeGetPointerCount(mNativePtr); in clampNoHistory()
3561 final int pointerCount = nativeGetPointerCount(mNativePtr); in getPointerIdBits()
3576 final int oldPointerCount = nativeGetPointerCount(mNativePtr); in split()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt61466 Landroid/view/MotionEvent;->nativeGetPointerCount(J)I