OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:velocity_x_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/views/animation/
scroll_animator.cc
34
velocity_x_
(0.0f),
51
velocity_x_
= velocity_x;
60
velocity_x_
= velocity_y_ = last_t_ = duration_ = 0.0f;
70
float a_x =
velocity_x_
> 0 ? acceleration_ : -acceleration_;
72
float dx = GetDelta(
velocity_x_
, a_x, last_t_, t);
scroll_animator.h
50
float
velocity_x_
;
member in class:views::ScrollAnimator
/external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc
94
velocity_x_
(0),
137
velocity_x_
= 0;
183
float velocity_x() const { return
velocity_x_
; }
239
EXPECT_TRUE(
velocity_x_
== 0 && velocity_y_ == 0);
263
velocity_x_
= gesture->details().velocity_x();
322
float
velocity_x_
;
member in class:aura::test::__anon14704::GestureEventConsumeDelegate
[
all
...]
Completed in 50 milliseconds