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

  /external/chromium_org/ui/base/gestures/
gesture_sequence.cc 336 scroll_type_(ST_FREE),
432 if (scroll_type_ == ST_VERTICAL ||
433 scroll_type_ == ST_HORIZONTAL)
469 scroll_type_ = ST_FREE;
739 if (scroll_type_ == ST_HORIZONTAL)
741 else if (scroll_type_ == ST_VERTICAL)
796 if (scroll_type_ == ST_HORIZONTAL)
798 else if (scroll_type_ == ST_VERTICAL)
806 scroll_type_ == ST_VERTICAL ? 0 : point.XVelocity(),
807 scroll_type_ == ST_HORIZONTAL ? 0 : point.YVelocity()
    [all...]
gesture_sequence.h 208 ScrollType scroll_type_; member in class:ui::GestureSequence

Completed in 465 milliseconds