GetVelocity 107 ui/events/gesture_detection/velocity_tracker.h bool GetVelocity(uint32_t id, float* outVx, float* outVy) const; GetVelocity 46 ui/events/gesture_detection/velocity_tracker_state.cc velocity_tracker_.GetVelocity(id, &vx, &vy); GetVelocity 69 ui/events/gesture_detection/velocity_tracker_state.cc GetVelocity(id, &vx, NULL); GetVelocity 75 ui/events/gesture_detection/velocity_tracker_state.cc GetVelocity(id, NULL, &vy); GetVelocity 38 ui/events/gesture_detection/velocity_tracker_state.h void GetVelocity(int32_t id, float* out_vx, float* out_vy) const;