OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scroll_y_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/wm/gestures/
overview_gesture_handler.cc
35
scroll_y_
(0) {
45
scroll_x_ =
scroll_y_
= 0;
50
scroll_y_
+= event.y_offset();
53
if (std::fabs(scroll_x_) >= std::fabs(
scroll_y_
)) {
54
scroll_x_ =
scroll_y_
= 0;
62
if (
scroll_y_
< 0)
63
scroll_x_ =
scroll_y_
= 0;
64
if (
scroll_y_
< kSwipeThresholdPixels)
67
if (
scroll_y_
> 0)
68
scroll_x_ =
scroll_y_
= 0
[
all
...]
overview_gesture_handler.h
42
float
scroll_y_
;
member in class:ash::OverviewGestureHandler
/external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc
91
scroll_y_
(0),
131
scroll_y_
= 0;
180
float scroll_y() const { return
scroll_y_
; }
232
scroll_y_
+= gesture->details().scroll_y();
317
float
scroll_y_
;
member in class:aura::test::__anon20461::GestureEventConsumeDelegate
[
all
...]
Completed in 253 milliseconds