OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:velocity_y_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/views/animation/
scroll_animator.cc
35
velocity_y_
(0.0f),
52
velocity_y_
= velocity_y;
60
velocity_x_ =
velocity_y_
= last_t_ = duration_ = 0.0f;
71
float a_y =
velocity_y_
> 0 ? acceleration_ : -acceleration_;
73
float dy = GetDelta(
velocity_y_
, a_y, last_t_, t);
scroll_animator.h
51
float
velocity_y_
;
member in class:views::ScrollAnimator
/external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc
92
velocity_y_
(0),
134
velocity_y_
= 0;
179
float velocity_y() const { return
velocity_y_
; }
234
EXPECT_TRUE(velocity_x_ == 0 &&
velocity_y_
== 0);
259
velocity_y_
= gesture->details().velocity_y();
314
float
velocity_y_
;
member in class:aura::test::__anon16542::GestureEventConsumeDelegate
[
all
...]
Completed in 182 milliseconds