Searched refs:getVelocity (Results 1 – 6 of 6) sorted by relevance
45 _checkVelocity(tracker.getVelocity(), expected[i]);70 _checkVelocity(tracker.getVelocity(), const Offset(649.5, 3890.3));77 expect(tracker.getVelocity(), Velocity.zero);
23 tracker.getVelocity();
160 SkVector getVelocity() const { return fState.fVelocity; } in getVelocity() function
143 /// To obtain a velocity, call [getVelocity] or [getVelocityEstimate]. This will246 Velocity getVelocity() {
402 Velocity velocity = tracker.getVelocity();
133 final DragEndDetails details = DragEndDetails(velocity: _velocityTracker.getVelocity());