OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scroll_x_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/wm/gestures/
overview_gesture_handler.cc
36
scroll_x_
(0),
47
scroll_x_
= scroll_y_ = 0;
51
scroll_x_
+= event.x_offset();
55
if (std::fabs(
scroll_x_
) >= std::fabs(scroll_y_)) {
56
scroll_x_
= scroll_y_ = 0;
65
scroll_x_
= scroll_y_ = 0;
70
scroll_x_
= scroll_y_ = 0;
76
scroll_x_
= scroll_y_ = 0;
overview_gesture_handler.h
42
float
scroll_x_
;
member in class:ash::internal::OverviewGestureHandler
/external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc
90
scroll_x_
(0),
133
scroll_x_
= 0;
179
float scroll_x() const { return
scroll_x_
; }
229
scroll_x_
+= gesture->details().scroll_x();
318
float
scroll_x_
;
member in class:aura::test::__anon14704::GestureEventConsumeDelegate
[
all
...]
Completed in 26 milliseconds