HomeSort by relevance Sort by last modified time
    Searched refs:ScrollVelocityDirection (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/events/gestures/
gesture_point.h 100 int ScrollVelocityDirection(float v);
gesture_point.cc 61 gfx::Vector2d sd(ScrollVelocityDirection(velocity_calculator_.XVelocity()),
62 ScrollVelocityDirection(velocity_calculator_.YVelocity()));
125 int GesturePoint::ScrollVelocityDirection(float v) {

Completed in 51 milliseconds