Searched refs:newPointerCount (Results 1 – 1 of 1) sorted by relevance
3790 int newPointerCount = 0; in split() local3792 nativeGetPointerProperties(mNativePtr, i, pp[newPointerCount]); in split()3793 final int idBit = 1 << pp[newPointerCount].id; in split()3796 newActionPointerIndex = newPointerCount; in split()3798 map[newPointerCount] = i; in split()3799 newPointerCount += 1; in split()3803 if (newPointerCount == 0) { in split()3812 } else if (newPointerCount == 1) { in split()3831 for (int i = 0; i < newPointerCount; i++) { in split()3845 newPointerCount, pp, pc); in split() local