OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vslow
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/events/gesture_detection/
velocity_tracker_unittest.cc
146
const gfx::Vector2dF
vSlow
= ScaleVector2d(vFast, 0.5f);
171
ApplyMovement(&state, pCurr,
vSlow
, tCurr, dt, samples);
181
pCurr += ScaleVector2d(
vSlow
, dt.InSecondsF());
188
EXPECT_LT(
vSlow
.y(), vCurrentY);
Completed in 142 milliseconds