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

/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_detector.cc261 const float vx2 = velocity_tracker_.GetXVelocity(id2); local
263 const float dot = vx1 * vx2 + vy1 * vy2;
270 vx_total += vx2;
H A Dgesture_provider_unittest.cc348 float vx2,
353 velocities.push_back(gfx::Vector2dF(vx2, vy2));
344 ThreeFingerSwipe(float vx0, float vy0, float vx1, float vy1, float vx2, float vy2) argument

Completed in 398 milliseconds