Home
last modified time | relevance | path

Searched refs:velocity_x_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/views/animation/
Dscroll_animator.cc34 velocity_x_(0.0f), in ScrollAnimator()
51 velocity_x_ = velocity_x; in Start()
60 velocity_x_ = velocity_y_ = last_t_ = duration_ = 0.0f; in Stop()
70 float a_x = velocity_x_ > 0 ? acceleration_ : -acceleration_; in AnimationProgressed()
72 float dx = GetDelta(velocity_x_, a_x, last_t_, t); in AnimationProgressed()
Dscroll_animator.h50 float velocity_x_; variable
/external/chromium_org/ui/aura/gestures/
Dgesture_recognizer_unittest.cc94 velocity_x_(0), in GestureEventConsumeDelegate()
134 velocity_x_ = 0; in Reset()
183 float velocity_x() const { return velocity_x_; } in velocity_x()
235 EXPECT_TRUE(velocity_x_ == 0 && velocity_y_ == 0); in OnGestureEvent()
259 velocity_x_ = gesture->details().velocity_x(); in OnGestureEvent()
320 float velocity_x_; member in aura::test::__anon1840509e0111::GestureEventConsumeDelegate