Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DMotionEvent.java3387 int newPointerCount = 0; in split() local
3389 nativeGetPointerProperties(mNativePtr, i, pp[newPointerCount]); in split()
3390 final int idBit = 1 << pp[newPointerCount].id; in split()
3393 newActionPointerIndex = newPointerCount; in split()
3395 map[newPointerCount] = i; in split()
3396 newPointerCount += 1; in split()
3400 if (newPointerCount == 0) { in split()
3409 } else if (newPointerCount == 1) { in split()
3427 for (int i = 0; i < newPointerCount; i++) { in split()
3442 newPointerCount, pp, pc); in split()