OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_t_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/animation/
scroll_animator.cc
36
last_t_
(0.0f),
50
last_t_
= 0.0f;
60
velocity_x_ = velocity_y_ =
last_t_
= duration_ = 0.0f;
72
float dx = GetDelta(velocity_x_, a_x,
last_t_
, t);
73
float dy = GetDelta(velocity_y_, a_y,
last_t_
, t);
74
last_t_
= t;
scroll_animator.h
52
float
last_t_
;
member in class:views::ScrollAnimator
Completed in 151 milliseconds