Searched refs:Velocity (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dvelocity_tracker_state.h34 struct Velocity { struct in class:ui::VelocityTrackerState
43 Velocity calculated_velocity_[VelocityTracker::MAX_POINTERS];
H A Dvelocity_tracker_state.cc61 Velocity& velocity = calculated_velocity_[index];
90 const Velocity& velocity = calculated_velocity_[index];
/external/chromium_org/cc/animation/
H A Dtiming_function.h19 virtual float Velocity(double time) const = 0;
39 virtual float Velocity(double time) const OVERRIDE;
H A Dtiming_function.cc32 float CubicBezierTimingFunction::Velocity(double x) const { function in class:cc::CubicBezierTimingFunction
H A Dscroll_offset_animation_curve.cc115 double old_velocity = timing_function_->Velocity(
118 // TimingFunction::Velocity gives the slope of the curve from 0 to 1.

Completed in 1319 milliseconds