HomeSort by relevance Sort by last modified time
    Searched defs:GetVelocity (Results 1 - 2 of 2) 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.cc 343 bool VelocityTracker::GetVelocity(uint32_t id,

Completed in 50 milliseconds