OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetVelocity
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/events/gesture_detection/
velocity_tracker_state.cc
46
velocity_tracker_.
GetVelocity
(id, &vx, &vy);
69
GetVelocity
(id, &vx, NULL);
75
GetVelocity
(id, NULL, &vy);
79
void VelocityTrackerState::
GetVelocity
(int32_t id,
velocity_tracker_state.h
38
void
GetVelocity
(int32_t id, float* out_vx, float* out_vy) const;
velocity_tracker.h
107
bool
GetVelocity
(uint32_t id, float* outVx, float* outVy) const;
velocity_tracker.cc
356
bool VelocityTracker::
GetVelocity
(uint32_t id,
Completed in 81 milliseconds