OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:delta_x_norm_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gfx/android/
scroller.h
131
float
delta_x_norm_
;
member in class:gfx::Scroller
scroller.cc
176
delta_x_norm_
(1),
386
return
delta_x_norm_
* GetCurrVelocity();
412
delta_x_norm_
= delta_x_ / hyp;
415
delta_x_norm_
= delta_y_norm_ = 1;
Completed in 1136 milliseconds