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 251 float velocity_x = gesture.data.flingStart.velocityX; local
253 if (fabs(velocity_x) > kFlingVelocityThreshold) {
254 if ((overscroll_mode_ == OVERSCROLL_WEST && velocity_x < 0) ||
255 (overscroll_mode_ == OVERSCROLL_EAST && velocity_x > 0)) {
  /external/chromium_org/ui/base/gestures/
gesture_types.h 32 void SetScrollVelocity(float velocity_x, float velocity_y,
45 float velocity_x() const { function in struct:ui::GestureEventDetails
49 data.scroll_update.velocity_x;
137 float velocity_x; member in struct:ui::GestureEventDetails::__anon16592::__anon16593
gesture_sequence.cc 1111 float velocity_x = 0.f, velocity_y = 0.f; local
    [all...]
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 178 float velocity_x() const { return velocity_x_; } function in class:aura::test::__anon16540::GestureEventConsumeDelegate
226 scroll_velocity_x_ = gesture->details().velocity_x();
254 EXPECT_TRUE(gesture->details().velocity_x() != 0 ||
258 velocity_x_ = gesture->details().velocity_x();
    [all...]

Completed in 2058 milliseconds