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

  /external/chromium_org/ash/wm/gestures/
overview_gesture_handler.cc 34 scroll_x_(0),
45 scroll_x_ = scroll_y_ = 0;
49 scroll_x_ += event.x_offset();
53 if (std::fabs(scroll_x_) >= std::fabs(scroll_y_)) {
54 scroll_x_ = scroll_y_ = 0;
63 scroll_x_ = scroll_y_ = 0;
68 scroll_x_ = scroll_y_ = 0;
74 scroll_x_ = scroll_y_ = 0;
overview_gesture_handler.h 41 float scroll_x_; member in class:ash::OverviewGestureHandler
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 90 scroll_x_(0),
130 scroll_x_ = 0;
179 float scroll_x() const { return scroll_x_; }
231 scroll_x_ += gesture->details().scroll_x();
316 float scroll_x_; member in class:aura::test::__anon20461::GestureEventConsumeDelegate
    [all...]

Completed in 79 milliseconds