GetXVelocity      200 ui/events/gesture_detection/gesture_detector.cc         const float x1 = velocity_tracker_.GetXVelocity(id1);
GetXVelocity      207 ui/events/gesture_detection/gesture_detector.cc           const float x = x1 * velocity_tracker_.GetXVelocity(id2);
GetXVelocity      313 ui/events/gesture_detection/gesture_detector.cc           const float velocity_x = velocity_tracker_.GetXVelocity(pointer_id);
GetXVelocity       30 ui/events/gesture_detection/velocity_tracker_state.h   float GetXVelocity(int32_t id) const;
GetXVelocity      100 ui/events/gesture_detection/velocity_tracker_unittest.cc     EXPECT_EQ(0, state.GetXVelocity(0));
GetXVelocity      108 ui/events/gesture_detection/velocity_tracker_unittest.cc     EXPECT_NEAR(v.x(), state.GetXVelocity(0), kEpsilson * v.x());
GetXVelocity      112 ui/events/gesture_detection/velocity_tracker_unittest.cc     EXPECT_NEAR(v.x(), state.GetXVelocity(-1), kEpsilson * v.x());
GetXVelocity      116 ui/events/gesture_detection/velocity_tracker_unittest.cc     EXPECT_EQ(0, state.GetXVelocity(1));
GetXVelocity      118 ui/events/gesture_detection/velocity_tracker_unittest.cc     EXPECT_EQ(0, state.GetXVelocity(7));
GetXVelocity      134 ui/events/gesture_detection/velocity_tracker_unittest.cc   EXPECT_NEAR(-100, state.GetXVelocity(0), kEpsilson);
GetXVelocity      138 ui/events/gesture_detection/velocity_tracker_unittest.cc   EXPECT_NEAR(-1000, state.GetXVelocity(0), kEpsilson);