Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DMotionEvent.java3170 int newPointerCount = 0; in split() local
3173 nativeGetPointerProperties(mNativePtr, i, pp[newPointerCount]); in split()
3174 final int idBit = 1 << pp[newPointerCount].id; in split()
3177 newActionPointerIndex = newPointerCount; in split()
3179 map[newPointerCount] = i; in split()
3180 newPointerCount += 1; in split()
3185 if (newPointerCount == 0) { in split()
3194 } else if (newPointerCount == 1) { in split()
3212 for (int i = 0; i < newPointerCount; i++) { in split()
3226 newPointerCount, pp, pc); in split()