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

  /external/chromium_org/ash/wm/gestures/
system_pinch_handler.cc 94 } else if (event.details().swipe_up()) {
two_finger_drag_handler.cc 139 if (event.details().swipe_up()) {
  /external/chromium_org/ash/wm/
system_gesture_event_filter.cc 97 event->details().swipe_up() &&
  /external/chromium_org/ui/base/gestures/
gesture_types.h 116 bool swipe_up() const { function in struct:ui::GestureEventDetails
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 163 bool swipe_up() const { return swipe_up_; } function in class:aura::test::__anon16540::GestureEventConsumeDelegate
269 swipe_up_ = gesture->details().swipe_up();
    [all...]

Completed in 165 milliseconds