MAX_POINTERS 129 ui/events/gesture_detection/mock_motion_event.cc DCHECK_LT(pointer_count + 1, static_cast<size_t>(MAX_POINTERS)); MAX_POINTERS 60 ui/events/gesture_detection/mock_motion_event.h gfx::PointF points[MAX_POINTERS]; MAX_POINTERS 135 ui/events/gesture_detection/velocity_tracker.cc Position positions[VelocityTracker::MAX_POINTERS]; MAX_POINTERS 254 ui/events/gesture_detection/velocity_tracker.cc while (id_bits.count() > MAX_POINTERS) MAX_POINTERS 309 ui/events/gesture_detection/velocity_tracker.cc if (pointer_count > MAX_POINTERS) { MAX_POINTERS 310 ui/events/gesture_detection/velocity_tracker.cc pointer_count = MAX_POINTERS; MAX_POINTERS 318 ui/events/gesture_detection/velocity_tracker.cc uint32_t pointer_index[MAX_POINTERS]; MAX_POINTERS 323 ui/events/gesture_detection/velocity_tracker.cc Position positions[MAX_POINTERS]; MAX_POINTERS 43 ui/events/gesture_detection/velocity_tracker_state.h Velocity calculated_velocity_[VelocityTracker::MAX_POINTERS];