Home
last modified time | relevance | path

Searched refs:getVelocity (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/flutter/packages/flutter/test/gestures/
Dvelocity_tracker_test.dart45 _checkVelocity(tracker.getVelocity(), expected[i]);
70 _checkVelocity(tracker.getVelocity(), const Offset(649.5, 3890.3));
77 expect(tracker.getVelocity(), Velocity.zero);
/third_party/flutter/flutter/dev/benchmarks/microbenchmarks/lib/gestures/
Dvelocity_tracker_bench.dart23 tracker.getVelocity();
/third_party/skia/modules/particles/include/
DSkParticleEffect.h160 SkVector getVelocity() const { return fState.fVelocity; } in getVelocity() function
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/
Dvelocity_tracker.dart143 /// To obtain a velocity, call [getVelocity] or [getVelocityEstimate]. This will
246 Velocity getVelocity() {
Dscale.dart402 Velocity velocity = tracker.getVelocity();
Dmultidrag.dart133 final DragEndDetails details = DragEndDetails(velocity: _velocityTracker.getVelocity());