Searched refs:newPointerCount (Results 1 – 1 of 1) sorted by relevance
3498 int newPointerCount = 0; in split() local3500 nativeGetPointerProperties(mNativePtr, i, pp[newPointerCount]); in split()3501 final int idBit = 1 << pp[newPointerCount].id; in split()3504 newActionPointerIndex = newPointerCount; in split()3506 map[newPointerCount] = i; in split()3507 newPointerCount += 1; in split()3511 if (newPointerCount == 0) { in split()3520 } else if (newPointerCount == 1) { in split()3539 for (int i = 0; i < newPointerCount; i++) { in split()3553 newPointerCount, pp, pc); in split() local