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

  /external/chromium_org/content/browser/renderer_host/
overscroll_controller.cc 252 float velocity_y = gesture.data.flingStart.velocityY; local
259 } else if (fabs(velocity_y) > kFlingVelocityThreshold) {
260 if ((overscroll_mode_ == OVERSCROLL_NORTH && velocity_y < 0) ||
261 (overscroll_mode_ == OVERSCROLL_SOUTH && velocity_y > 0)) {
  /external/chromium_org/ui/base/gestures/
gesture_types.h 32 void SetScrollVelocity(float velocity_x, float velocity_y,
52 float velocity_y() const { function in struct:ui::GestureEventDetails
56 data.scroll_update.velocity_y;
138 float velocity_y; 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 179 float velocity_y() const { return velocity_y_; } function in class:aura::test::__anon16540::GestureEventConsumeDelegate
227 scroll_velocity_y_ = gesture->details().velocity_y();
255 gesture->details().velocity_y() != 0);
259 velocity_y_ = gesture->details().velocity_y();
    [all...]

Completed in 254 milliseconds