Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DMotionEvent.java1615 private static native int nativeGetPointerCount(long nativePtr); in nativeGetPointerCount() method in MotionEvent
2310 return nativeGetPointerCount(mNativePtr); in getPointerCount()
3261 final int pointerCount = nativeGetPointerCount(mNativePtr); in addBatch()
3262 if (pointerCount != nativeGetPointerCount(event.mNativePtr)) { in addBatch()
3301 final int pointerCount = nativeGetPointerCount(mNativePtr); in isWithinBoundsNoHistory()
3328 final int pointerCount = nativeGetPointerCount(mNativePtr); in clampNoHistory()
3362 final int pointerCount = nativeGetPointerCount(mNativePtr); in getPointerIdBits()
3377 final int oldPointerCount = nativeGetPointerCount(mNativePtr); in split()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt75895 Landroid/view/MotionEvent;->nativeGetPointerCount(J)I