OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:duration_seconds_reciprocal_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gfx/android/
scroller.h
129
double
duration_seconds_reciprocal_
;
member in class:gfx::Scroller
scroller.cc
174
duration_seconds_reciprocal_
(1),
212
duration_seconds_reciprocal_
= 1.0 / duration_.InSecondsF();
249
duration_seconds_reciprocal_
= 1.0 / duration_.InSecondsF();
298
const float t = time_passed.InSecondsF() *
duration_seconds_reciprocal_
;
319
curr_velocity_ = velocity_coef * distance_ *
duration_seconds_reciprocal_
;
339
duration_seconds_reciprocal_
= 1.0 / duration_.InSecondsF();
Completed in 2921 milliseconds