Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DMotionEvent.java1656 private static native int nativeGetPointerCount(long nativePtr); in nativeGetPointerCount() method in MotionEvent
2373 return nativeGetPointerCount(mNativePtr); in getPointerCount()
3372 final int pointerCount = nativeGetPointerCount(mNativePtr); in addBatch()
3373 if (pointerCount != nativeGetPointerCount(event.mNativePtr)) { in addBatch()
3412 final int pointerCount = nativeGetPointerCount(mNativePtr); in isWithinBoundsNoHistory()
3439 final int pointerCount = nativeGetPointerCount(mNativePtr); in clampNoHistory()
3472 final int pointerCount = nativeGetPointerCount(mNativePtr); in getPointerIdBits()
3487 final int oldPointerCount = nativeGetPointerCount(mNativePtr); in split()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt64789 Landroid/view/MotionEvent;->nativeGetPointerCount(J)I