Searched refs:GetVelocity (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dvelocity_tracker_state.cc46 velocity_tracker_.GetVelocity(id, &vx, &vy);
69 GetVelocity(id, &vx, NULL);
75 GetVelocity(id, NULL, &vy);
79 void VelocityTrackerState::GetVelocity(int32_t id, function in class:ui::VelocityTrackerState
H A Dvelocity_tracker_state.h38 void GetVelocity(int32_t id, float* out_vx, float* out_vy) const;
H A Dvelocity_tracker.h107 bool GetVelocity(uint32_t id, float* outVx, float* outVy) const;
H A Dvelocity_tracker.cc356 bool VelocityTracker::GetVelocity(uint32_t id, function in class:VelocityTracker

Completed in 638 milliseconds