velocity_y 476 ash/shelf/shelf_layout_manager.cc should_change = horizontal ? fabs(gesture.details().velocity_y()) > 0 : velocity_y 480 ash/shelf/shelf_layout_manager.cc gesture.details().velocity_y() < 0, velocity_y 483 ash/shelf/shelf_layout_manager.cc gesture.details().velocity_y() > 0); velocity_y 86 ash/wm/gestures/tray_gesture_handler.cc event.details().velocity_y() > -kMinThresholdGestureFling) velocity_y 331 ash/wm/toplevel_window_event_handler.cc if (event->details().velocity_y() > kMinVertVelocityForWindowMinimize) { velocity_y 333 ash/wm/toplevel_window_event_handler.cc } else if (event->details().velocity_y() < velocity_y 301 content/browser/renderer_host/input/web_input_event_util.cc gesture.data.scrollUpdate.velocityY = data.details.velocity_y() * scale; velocity_y 309 content/browser/renderer_host/input/web_input_event_util.cc gesture.data.flingStart.velocityY = data.details.velocity_y() * scale; velocity_y 255 content/browser/renderer_host/overscroll_controller.cc float velocity_y = gesture.data.flingStart.velocityY; velocity_y 263 content/browser/renderer_host/overscroll_controller.cc } else if (fabs(velocity_y) > kFlingVelocityThreshold) { velocity_y 264 content/browser/renderer_host/overscroll_controller.cc if ((overscroll_mode_ == OVERSCROLL_NORTH && velocity_y < 0) || velocity_y 265 content/browser/renderer_host/overscroll_controller.cc (overscroll_mode_ == OVERSCROLL_SOUTH && velocity_y > 0)) { velocity_y 200 content/browser/renderer_host/ui_events_helper.cc gesture_event.data.flingStart.velocityY = event.details().velocity_y(); velocity_y 137 content/common/input/synthetic_web_input_event_builders.cc float velocity_y, velocity_y 142 content/common/input/synthetic_web_input_event_builders.cc result.data.flingStart.velocityY = velocity_y; velocity_y 56 content/common/input/synthetic_web_input_event_builders.h float velocity_y, velocity_y 351 content/shell/renderer/test_runner/event_sender.cc void GestureFlingStart(float x, float y, float velocity_x, float velocity_y); velocity_y 646 content/shell/renderer/test_runner/event_sender.cc float velocity_y) { velocity_y 648 content/shell/renderer/test_runner/event_sender.cc sender_->GestureFlingStart(x, y, velocity_x, velocity_y); velocity_y 1469 content/shell/renderer/test_runner/event_sender.cc float velocity_y) { velocity_y 1479 content/shell/renderer/test_runner/event_sender.cc event.data.flingStart.velocityY = velocity_y; velocity_y 114 content/shell/renderer/test_runner/event_sender.h void GestureFlingStart(float x, float y, float velocity_x, float velocity_y); velocity_y 244 ui/aura/gestures/gesture_recognizer_unittest.cc scroll_velocity_y_ = gesture->details().velocity_y(); velocity_y 271 ui/aura/gestures/gesture_recognizer_unittest.cc gesture->details().velocity_y() != 0); velocity_y 275 ui/aura/gestures/gesture_recognizer_unittest.cc velocity_y_ = gesture->details().velocity_y(); velocity_y 1264 ui/aura/gestures/gesture_recognizer_unittest.cc EXPECT_EQ(0, delegate->velocity_y()); velocity_y 1314 ui/aura/gestures/gesture_recognizer_unittest.cc EXPECT_GT(delegate->velocity_y(), 0); velocity_y 1351 ui/aura/gestures/gesture_recognizer_unittest.cc EXPECT_GT(delegate->velocity_y(), 0); velocity_y 64 ui/events/gesture_detection/gesture_detector.cc float velocity_y) { velocity_y 312 ui/events/gesture_detection/gesture_detector.cc const float velocity_y = velocity_tracker_.GetYVelocity(pointer_id); velocity_y 315 ui/events/gesture_detection/gesture_detector.cc if ((std::abs(velocity_y) > min_fling_velocity_) || velocity_y 318 ui/events/gesture_detection/gesture_detector.cc *current_down_event_, ev, velocity_x, velocity_y); velocity_y 45 ui/events/gesture_detection/gesture_detector.h float velocity_x, float velocity_y) = 0; velocity_y 71 ui/events/gesture_detection/gesture_detector.h float velocity_x, float velocity_y) OVERRIDE; velocity_y 339 ui/events/gesture_detection/gesture_provider.cc float velocity_y) OVERRIDE { velocity_y 342 ui/events/gesture_detection/gesture_provider.cc velocity_y = 0; velocity_y 348 ui/events/gesture_detection/gesture_provider.cc provider_->Fling(e2, velocity_x, velocity_y); velocity_y 646 ui/events/gesture_detection/gesture_provider.cc float velocity_y) { velocity_y 647 ui/events/gesture_detection/gesture_provider.cc if (!velocity_x && !velocity_y) { velocity_y 658 ui/events/gesture_detection/gesture_provider.cc ET_GESTURE_SCROLL_BEGIN, velocity_x, velocity_y); velocity_y 664 ui/events/gesture_detection/gesture_provider.cc ET_SCROLL_FLING_START, velocity_x, velocity_y); velocity_y 90 ui/events/gesture_detection/gesture_provider.h void Fling(const MotionEvent& e, float velocity_x, float velocity_y); velocity_y 99 ui/events/gesture_event_details.cc float velocity_y, velocity_y 104 ui/events/gesture_event_details.cc data.scroll_update.velocity_y = velocity_y; velocity_y 40 ui/events/gesture_event_details.h void SetScrollVelocity(float velocity_x, float velocity_y, velocity_y 70 ui/events/gesture_event_details.h float velocity_y() const { velocity_y 74 ui/events/gesture_event_details.h data.scroll_update.velocity_y; velocity_y 161 ui/events/gesture_event_details.h float velocity_y; velocity_y 1391 ui/events/gestures/gesture_sequence.cc float velocity_x = 0.f, velocity_y = 0.f; velocity_y 1403 ui/events/gestures/gesture_sequence.cc velocity_y = points_[i].YVelocity(); velocity_y 1405 ui/events/gestures/gesture_sequence.cc sign_y = velocity_y < 0.f ? -1 : 1; velocity_y 1418 ui/events/gestures/gesture_sequence.cc velocity_y += points_[i].YVelocity(); velocity_y 1425 ui/events/gestures/gesture_sequence.cc velocity_y = fabs(velocity_y / point_count_); velocity_y 1428 ui/events/gestures/gesture_sequence.cc if (velocity_y < min_velocity) velocity_y 1437 ui/events/gestures/gesture_sequence.cc velocity_y = 0.001f; velocity_y 1439 ui/events/gestures/gesture_sequence.cc float ratio = velocity_x > velocity_y ? velocity_x / velocity_y : velocity_y 1440 ui/events/gestures/gesture_sequence.cc velocity_y / velocity_x; velocity_y 1444 ui/events/gestures/gesture_sequence.cc if (velocity_x > velocity_y) velocity_y 225 ui/gfx/android/scroller.cc float velocity_y, velocity_y 236 ui/gfx/android/scroller.cc Signum(velocity_y) == Signum(old_velocity_y)) { velocity_y 238 ui/gfx/android/scroller.cc velocity_y += old_velocity_y; velocity_y 245 ui/gfx/android/scroller.cc float velocity = std::sqrt(velocity_x * velocity_x + velocity_y * velocity_y); velocity_y 256 ui/gfx/android/scroller.cc float coeff_y = velocity == 0 ? 1.0f : velocity_y / velocity; velocity_y 53 ui/gfx/android/scroller.h float velocity_y, velocity_y 46 ui/views/animation/scroll_animator.cc void ScrollAnimator::Start(float velocity_x, float velocity_y) { velocity_y 49 ui/views/animation/scroll_animator.cc float v = std::max(fabs(velocity_x), fabs(velocity_y)); velocity_y 52 ui/views/animation/scroll_animator.cc velocity_y_ = velocity_y; velocity_y 37 ui/views/animation/scroll_animator.h void Start(float velocity_x, float velocity_y); velocity_y 285 ui/views/controls/menu/submenu_view.cc if (event->details().velocity_y() != 0.0f) velocity_y 286 ui/views/controls/menu/submenu_view.cc scroll_animator_->Start(0, event->details().velocity_y()); velocity_y 260 ui/views/controls/scrollbar/base_scroll_bar.cc IsHorizontal() ? 0.f : event->details().velocity_y());