HomeSort by relevance Sort by last modified time
    Searched defs:velocity_x (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/renderer_host/
overscroll_controller.cc 254 float velocity_x = gesture.data.flingStart.velocityX; local
256 if (fabs(velocity_x) > kFlingVelocityThreshold) {
257 if ((overscroll_mode_ == OVERSCROLL_WEST && velocity_x < 0) ||
258 (overscroll_mode_ == OVERSCROLL_EAST && velocity_x > 0)) {
  /external/chromium_org/ui/events/gestures/
gesture_types.h 33 void SetScrollVelocity(float velocity_x, float velocity_y,
46 float velocity_x() const { function in struct:ui::GestureEventDetails
50 data.scroll_update.velocity_x;
138 float velocity_x; member in struct:ui::GestureEventDetails::__anon14833::__anon14834
gesture_sequence.cc 1357 float velocity_x = 0.f, velocity_y = 0.f; local
    [all...]
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 183 float velocity_x() const { return velocity_x_; } function in class:aura::test::__anon14704::GestureEventConsumeDelegate
231 scroll_velocity_x_ = gesture->details().velocity_x();
259 EXPECT_TRUE(gesture->details().velocity_x() != 0 ||
263 velocity_x_ = gesture->details().velocity_x();
    [all...]

Completed in 90 milliseconds