Searched defs:vy0 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_provider_unittest.cc337 void TwoFingerSwipe(float vx0, float vy0, float vx1, float vy1) { argument
339 velocities.push_back(gfx::Vector2dF(vx0, vy0));
345 float vy0,
351 velocities.push_back(gfx::Vector2dF(vx0, vy0));
344 ThreeFingerSwipe(float vx0, float vy0, float vx1, float vy1, float vx2, float vy2) argument

Completed in 3257 milliseconds