Searched defs:GetVelocity (Results 1 - 2 of 2) 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.cc356 bool VelocityTracker::GetVelocity(uint32_t id, function in class:VelocityTracker

Completed in 2072 milliseconds