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

  /external/chromium_org/ui/events/gesture_detection/
snap_scroll_controller.cc 39 first_touch_y_(-1),
75 first_touch_y_ = event.GetY();
86 int y_diff = static_cast<int>(std::abs(event.GetY() - first_touch_y_));
97 first_touch_y_ = -1;
snap_scroll_controller.h 51 float first_touch_y_; member in class:ui::SnapScrollController

Completed in 578 milliseconds