Searched refs:MAX_POINTERS (Results 1 – 15 of 15) sorted by relevance
143 PointerProperties pointerProperties[MAX_POINTERS + 1]; in TEST_F()144 PointerCoords pointerCoords[MAX_POINTERS + 1]; in TEST_F()145 for (int i = 0; i <= MAX_POINTERS; i++) { in TEST_F()216 /*pointerCount*/ MAX_POINTERS + 1, pointerProperties, pointerCoords); in TEST_F()
47 private static final int MAX_POINTERS = 11; // Non-binding maximum field in MotionEventInjector54 new MotionEvent.PointerProperties[MAX_POINTERS];56 new MotionEvent.PointerCoords[MAX_POINTERS];
102 } pointers[MAX_POINTERS];111 return sizeof(Motion) - sizeof(Pointer) * MAX_POINTERS in size()368 PointerCoords pointers[MAX_POINTERS];
178 VelocityTracker::Position positions[MAX_POINTERS];256 VelocityTracker::Position positions[MAX_POINTERS];
125 #define MAX_POINTERS 16 macro
94 PointerProperties pointerProperties[MAX_POINTERS];95 PointerCoords pointerCoords[MAX_POINTERS];
834 Pointer pointers[MAX_POINTERS];869 PointerProperties pointerProperties[MAX_POINTERS];870 PointerCoords pointerCoords[MAX_POINTERS];1721 PointerProperties currentGestureProperties[MAX_POINTERS];1722 PointerCoords currentGestureCoords[MAX_POINTERS];1727 PointerProperties lastGestureProperties[MAX_POINTERS];1728 PointerCoords lastGestureCoords[MAX_POINTERS];
523 PointerProperties pointerProperties[MAX_POINTERS];524 PointerCoords pointerCoords[MAX_POINTERS];775 PointerProperties pointerProperties[MAX_POINTERS];776 PointerCoords pointerCoords[MAX_POINTERS];
153 if (pointerCount < 1 || pointerCount > MAX_POINTERS) { in validateMotionEvent()155 pointerCount, MAX_POINTERS); in validateMotionEvent()1995 PointerCoords scaledCoords[MAX_POINTERS]; in startDispatchCycleLocked()2285 uint32_t splitPointerIndexMap[MAX_POINTERS]; in splitMotionEvent()2286 PointerProperties splitPointerProperties[MAX_POINTERS]; in splitMotionEvent()2287 PointerCoords splitPointerCoords[MAX_POINTERS]; in splitMotionEvent()
5241 VelocityTracker::Position positions[MAX_POINTERS]; in preparePointerGestures()6208 PointerCoords pointerCoords[MAX_POINTERS]; in dispatchMotion()6209 PointerProperties pointerProperties[MAX_POINTERS]; in dispatchMotion()6353 PointerDistanceHeapElement heap[MAX_POINTERS * MAX_POINTERS]; in assignPointerIds()6655 if (outCount >= MAX_POINTERS) { in syncTouch()6659 getDeviceName().string(), MAX_POINTERS); in syncTouch()6756 MAX_POINTERS, false /*usingSlotsProtocol*/); in configureRawPointerAxes()
223 while (idBits.count() > MAX_POINTERS) { in addMovement()300 if (pointerCount > MAX_POINTERS) { in addMovement()301 pointerCount = MAX_POINTERS; in addMovement()309 uint32_t pointerIndex[MAX_POINTERS]; in addMovement()
80 && body.motion.pointerCount <= MAX_POINTERS; in isValid()320 if (pointerCount > MAX_POINTERS || pointerCount < 1) { in publishMotionEvent()
427 if (pointerCount == 0 || pointerCount > MAX_POINTERS || in readFromParcel()
64 Velocity mCalculatedVelocity[MAX_POINTERS];
267 const size_t pointerCount = MAX_POINTERS + 1; in TEST_F()