OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_x_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/gfx/android/
scroller.h
120
float
max_x_
;
member in class:gfx::Scroller
scroller.cc
169
max_x_
(0),
262
max_x_
= max_x;
267
final_x_ = Clamped(final_x_, min_x_,
max_x_
);
322
curr_x_ = Clamped(curr_x_, min_x_,
max_x_
);
/external/chromium_org/ui/views/controls/
slider_unittest.cc
136
return
max_x_
;
164
int
max_x_
;
member in class:views::SliderTest
179
max_x_
(0),
193
max_x_
= size.width() - 1;
Completed in 380 milliseconds