OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:final_y_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gfx/android/
scroller.cc
167
final_y_
(0),
217
final_y_
= start_y + dy;
269
final_y_
= start_y + total_distance * coeff_y;
270
final_y_
= Clamped(
final_y_
, min_y_, max_y_);
290
curr_y_ =
final_y_
;
327
if (ApproxEquals(curr_x_, final_x_) && ApproxEquals(curr_y_,
final_y_
)) {
350
final_y_
= new_y;
357
curr_y_ =
final_y_
;
399
float Scroller::GetFinalY() const { return
final_y_
; }
[
all
...]
scroller.h
117
float
final_y_
;
member in class:gfx::Scroller
Completed in 81 milliseconds