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

  /external/chromium_org/ui/base/gestures/
velocity_calculator_unittest.cc 40 EXPECT_GT(velocity_calculator.YVelocity(), -10.1);
41 EXPECT_LT(velocity_calculator.YVelocity(), -9.9);
51 EXPECT_GT(velocity_calculator.YVelocity(), -21);
52 EXPECT_LT(velocity_calculator.YVelocity(), -19);
59 EXPECT_GT(velocity_calculator.YVelocity(), -25);
60 EXPECT_LT(velocity_calculator.YVelocity(), -20);
74 EXPECT_GT(velocity_calculator.YVelocity(), -1270000);
75 EXPECT_LT(velocity_calculator.YVelocity(), -1240000);
86 EXPECT_GT(velocity_calculator.YVelocity(), -1270000);
87 EXPECT_LT(velocity_calculator.YVelocity(), -124000)
    [all...]
velocity_calculator.h 22 float YVelocity();
gesture_point.h 78 float YVelocity() { return velocity_calculator_.YVelocity(); }
velocity_calculator.cc 27 float VelocityCalculator::YVelocity() {
gesture_point.cc 56 ScrollVelocityDirection(velocity_calculator_.YVelocity()));
155 float vy = YVelocity();
162 float vy = YVelocity();
gesture_sequence.cc 788 GestureConfiguration::scroll_prediction_seconds() * point.YVelocity());
807 scroll_type_ == ST_HORIZONTAL ? 0 : point.YVelocity(),
809 point.YVelocity());
    [all...]

Completed in 4383 milliseconds