HomeSort by relevance Sort by last modified time
    Searched refs:scroll_y_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/wm/gestures/
overview_gesture_handler.cc 37 scroll_y_(0) {
47 scroll_x_ = scroll_y_ = 0;
52 scroll_y_ += event.y_offset();
55 if (std::fabs(scroll_x_) >= std::fabs(scroll_y_)) {
56 scroll_x_ = scroll_y_ = 0;
64 if (scroll_y_ < 0)
65 scroll_x_ = scroll_y_ = 0;
66 if (scroll_y_ < kSwipeThresholdPixels)
69 if (scroll_y_ > 0)
70 scroll_x_ = scroll_y_ = 0
    [all...]
overview_gesture_handler.h 43 float scroll_y_; member in class:ash::internal::OverviewGestureHandler
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 91 scroll_y_(0),
134 scroll_y_ = 0;
180 float scroll_y() const { return scroll_y_; }
230 scroll_y_ += gesture->details().scroll_y();
319 float scroll_y_; member in class:aura::test::__anon14704::GestureEventConsumeDelegate
    [all...]

Completed in 40 milliseconds