OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:final_x_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gfx/android/
scroller.cc
166
final_x_
(0),
216
final_x_
= start_x + dx;
266
final_x_
= start_x + total_distance * coeff_x;
267
final_x_
= Clamped(
final_x_
, min_x_, max_x_);
289
curr_x_ =
final_x_
;
327
if (ApproxEquals(curr_x_,
final_x_
) && ApproxEquals(curr_y_, final_y_)) {
344
final_x_
= new_x;
356
curr_x_ =
final_x_
;
397
float Scroller::GetFinalX() const { return
final_x_
; }
[
all
...]
scroller.h
116
float
final_x_
;
member in class:gfx::Scroller
Completed in 131 milliseconds