Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DMotionEvent.java1476 private static native int nativeGetPointerCount(long nativePtr); in nativeGetPointerCount() method in MotionEvent
2065 return nativeGetPointerCount(mNativePtr); in getPointerCount()
2965 final int pointerCount = nativeGetPointerCount(mNativePtr); in addBatch()
2966 if (pointerCount != nativeGetPointerCount(event.mNativePtr)) { in addBatch()
3005 final int pointerCount = nativeGetPointerCount(mNativePtr); in isWithinBoundsNoHistory()
3032 final int pointerCount = nativeGetPointerCount(mNativePtr); in clampNoHistory()
3064 final int pointerCount = nativeGetPointerCount(mNativePtr); in getPointerIdBits()
3078 final int oldPointerCount = nativeGetPointerCount(mNativePtr); in split()