GetYVelocity      201 ui/events/gesture_detection/gesture_detector.cc         const float y1 = velocity_tracker_.GetYVelocity(id1);
GetYVelocity      208 ui/events/gesture_detection/gesture_detector.cc           const float y = y1 * velocity_tracker_.GetYVelocity(id2);
GetYVelocity      312 ui/events/gesture_detection/gesture_detector.cc           const float velocity_y = velocity_tracker_.GetYVelocity(pointer_id);
GetYVelocity       31 ui/events/gesture_detection/velocity_tracker_state.h   float GetYVelocity(int32_t id) const;
GetYVelocity      101 ui/events/gesture_detection/velocity_tracker_unittest.cc     EXPECT_EQ(0, state.GetYVelocity(0));
GetYVelocity      109 ui/events/gesture_detection/velocity_tracker_unittest.cc     EXPECT_NEAR(v.y(), state.GetYVelocity(0), kEpsilson * v.y());
GetYVelocity      113 ui/events/gesture_detection/velocity_tracker_unittest.cc     EXPECT_NEAR(v.y(), state.GetYVelocity(-1), kEpsilson * v.y());
GetYVelocity      117 ui/events/gesture_detection/velocity_tracker_unittest.cc     EXPECT_EQ(0, state.GetYVelocity(1));
GetYVelocity      119 ui/events/gesture_detection/velocity_tracker_unittest.cc     EXPECT_EQ(0, state.GetYVelocity(7));
GetYVelocity      135 ui/events/gesture_detection/velocity_tracker_unittest.cc   EXPECT_NEAR(100, state.GetYVelocity(0), kEpsilson);
GetYVelocity      139 ui/events/gesture_detection/velocity_tracker_unittest.cc   EXPECT_NEAR(1000, state.GetYVelocity(0), kEpsilson);
GetYVelocity      165 ui/events/gesture_detection/velocity_tracker_unittest.cc     float vOldY = state.GetYVelocity(0);
GetYVelocity      174 ui/events/gesture_detection/velocity_tracker_unittest.cc     float vCurrentY = state.GetYVelocity(0);
GetYVelocity      186 ui/events/gesture_detection/velocity_tracker_unittest.cc     vCurrentY = state.GetYVelocity(0);