MAX_DEGREE 48 ui/events/gesture_detection/velocity_tracker.cc float xcoeff[MAX_DEGREE + 1], ycoeff[MAX_DEGREE + 1]; MAX_DEGREE 62 ui/events/gesture_detection/velocity_tracker.cc for (size_t i = 0; i <= MAX_DEGREE; i++) { MAX_DEGREE 387 ui/events/gesture_detection/velocity_tracker.cc DCHECK_LT(degree_, static_cast<uint32_t>(Estimator::MAX_DEGREE)); MAX_DEGREE 463 ui/events/gesture_detection/velocity_tracker.cc N_ARRAY_LENGTH = Estimator::MAX_DEGREE MAX_DEGREE 691 ui/events/gesture_detection/velocity_tracker.cc DCHECK_LT(degree_, static_cast<uint32_t>(Estimator::MAX_DEGREE));