Home | History | Annotate | Download | only in input

Lines Matching refs:MAX_POINTERS

4227         VelocityTracker::Position positions[MAX_POINTERS];
5151 PointerCoords pointerCoords[MAX_POINTERS];
5152 PointerProperties pointerProperties[MAX_POINTERS];
5290 PointerDistanceHeapElement heap[MAX_POINTERS * MAX_POINTERS];
5588 if (outCount >= MAX_POINTERS) {
5592 getDeviceName().string(), MAX_POINTERS);
5688 mMultiTouchMotionAccumulator.configure(MAX_POINTERS, false /*usingSlotsProtocol*/);