Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DMotionEvent.java3089 int newPointerCount = 0; in split() local
3092 nativeGetPointerProperties(mNativePtr, i, pp[newPointerCount]); in split()
3093 final int idBit = 1 << pp[newPointerCount].id; in split()
3096 newActionPointerIndex = newPointerCount; in split()
3098 map[newPointerCount] = i; in split()
3099 newPointerCount += 1; in split()
3104 if (newPointerCount == 0) { in split()
3113 } else if (newPointerCount == 1) { in split()
3131 for (int i = 0; i < newPointerCount; i++) { in split()
3145 newPointerCount, pp, pc); in split()