Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DMotionEvent.java3388 int newPointerCount = 0; in split() local
3390 nativeGetPointerProperties(mNativePtr, i, pp[newPointerCount]); in split()
3391 final int idBit = 1 << pp[newPointerCount].id; in split()
3394 newActionPointerIndex = newPointerCount; in split()
3396 map[newPointerCount] = i; in split()
3397 newPointerCount += 1; in split()
3401 if (newPointerCount == 0) { in split()
3410 } else if (newPointerCount == 1) { in split()
3428 for (int i = 0; i < newPointerCount; i++) { in split()
3443 newPointerCount, pp, pc); in split()