Home
last modified time | relevance | path

Searched defs:velocity_y (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
Dgesture_detector.cc85 float velocity_y) { in OnFling()
92 float velocity_y) { in OnSwipe()
398 const float velocity_y = velocity_tracker_.GetYVelocity(pointer_id); in OnTouchEvent() local
Dgesture_provider.cc350 float velocity_y) OVERRIDE { in OnFling()
380 float velocity_y) OVERRIDE { in OnSwipe()
/external/chromium_org/ui/views/animation/
Dscroll_animator.cc46 void ScrollAnimator::Start(float velocity_x, float velocity_y) { in Start()
/external/chromium_org/content/browser/renderer_host/
Doverscroll_controller.cc234 float velocity_y = gesture.data.flingStart.velocityY; in ProcessEventForOverscroll() local
/external/chromium_org/content/common/input/
Dsynthetic_web_input_event_builders.cc141 float velocity_y, in BuildFling()
/external/chromium_org/ui/events/
Dgesture_event_details.h72 float velocity_y() const { in velocity_y() function
/external/chromium_org/ui/gfx/android/
Dscroller.cc225 float velocity_y, in Fling()
/external/chromium_org/content/shell/renderer/test_runner/
Devent_sender.cc691 float velocity_y) { in GestureFlingStart()
1561 float velocity_y) { in GestureFlingStart()
/external/chromium_org/ui/aura/gestures/
Dgesture_recognizer_unittest.cc184 float velocity_y() const { return velocity_y_; } in velocity_y() function in aura::test::__anonfebb0a910111::GestureEventConsumeDelegate