Home
last modified time | relevance | path

Searched refs:nativeGetPointerCount (Results 1 – 1 of 1) 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()
3260 final int pointerCount = nativeGetPointerCount(mNativePtr); in addBatch()
3261 if (pointerCount != nativeGetPointerCount(event.mNativePtr)) { in addBatch()
3300 final int pointerCount = nativeGetPointerCount(mNativePtr); in isWithinBoundsNoHistory()
3327 final int pointerCount = nativeGetPointerCount(mNativePtr); in clampNoHistory()
3361 final int pointerCount = nativeGetPointerCount(mNativePtr); in getPointerIdBits()
3376 final int oldPointerCount = nativeGetPointerCount(mNativePtr); in split()