Searched refs:MAX_POINTERS (Results 1 – 14 of 14) sorted by relevance
144 PointerProperties pointerProperties[MAX_POINTERS + 1]; in TEST_F()145 PointerCoords pointerCoords[MAX_POINTERS + 1]; in TEST_F()146 for (int i = 0; i <= MAX_POINTERS; i++) { in TEST_F()211 /*pointerCount*/ MAX_POINTERS + 1, pointerProperties, pointerCoords); in TEST_F()
93 } pointers[MAX_POINTERS];102 return sizeof(Motion) - sizeof(Pointer) * MAX_POINTERS in size()358 PointerCoords pointers[MAX_POINTERS];
178 VelocityTracker::Position positions[MAX_POINTERS];256 VelocityTracker::Position positions[MAX_POINTERS];
82 #define MAX_POINTERS 16 macro
93 PointerProperties pointerProperties[MAX_POINTERS];94 PointerCoords pointerCoords[MAX_POINTERS];
752 Pointer pointers[MAX_POINTERS];787 PointerProperties pointerProperties[MAX_POINTERS];788 PointerCoords pointerCoords[MAX_POINTERS];1534 PointerProperties currentGestureProperties[MAX_POINTERS];1535 PointerCoords currentGestureCoords[MAX_POINTERS];1540 PointerProperties lastGestureProperties[MAX_POINTERS];1541 PointerCoords lastGestureCoords[MAX_POINTERS];
519 PointerProperties pointerProperties[MAX_POINTERS];520 PointerCoords pointerCoords[MAX_POINTERS];763 PointerProperties pointerProperties[MAX_POINTERS];764 PointerCoords pointerCoords[MAX_POINTERS];
149 if (pointerCount < 1 || pointerCount > MAX_POINTERS) { in validateMotionEvent()151 pointerCount, MAX_POINTERS); in validateMotionEvent()1960 PointerCoords scaledCoords[MAX_POINTERS]; in startDispatchCycleLocked()2243 uint32_t splitPointerIndexMap[MAX_POINTERS]; in splitMotionEvent()2244 PointerProperties splitPointerProperties[MAX_POINTERS]; in splitMotionEvent()2245 PointerCoords splitPointerCoords[MAX_POINTERS]; in splitMotionEvent()
4644 VelocityTracker::Position positions[MAX_POINTERS]; in preparePointerGestures()5587 PointerCoords pointerCoords[MAX_POINTERS]; in dispatchMotion()5588 PointerProperties pointerProperties[MAX_POINTERS]; in dispatchMotion()5727 PointerDistanceHeapElement heap[MAX_POINTERS * MAX_POINTERS]; in assignPointerIds()6029 if (outCount >= MAX_POINTERS) { in syncTouch()6033 getDeviceName().string(), MAX_POINTERS); in syncTouch()6131 MAX_POINTERS, false /*usingSlotsProtocol*/); in configureRawPointerAxes()
221 while (idBits.count() > MAX_POINTERS) { in addMovement()298 if (pointerCount > MAX_POINTERS) { in addMovement()299 pointerCount = MAX_POINTERS; in addMovement()307 uint32_t pointerIndex[MAX_POINTERS]; in addMovement()
75 && body.motion.pointerCount <= MAX_POINTERS; in isValid()314 if (pointerCount > MAX_POINTERS || pointerCount < 1) { in publishMotionEvent()
493 if (pointerCount == 0 || pointerCount > MAX_POINTERS || sampleCount == 0) { in readFromParcel()
63 Velocity mCalculatedVelocity[MAX_POINTERS];
266 const size_t pointerCount = MAX_POINTERS + 1; in TEST_F()