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

  /external/chromium_org/ui/events/gesture_detection/
snap_scroll_controller.cc 41 distance_y_(0) {}
49 distance_y_ += std::abs(distance_y);
51 if (distance_y_ > channel_distance_) {
55 distance_y_ = 0;
60 } else if (distance_y_ > channel_distance_) {
62 distance_y_ = 0;
99 distance_y_ = 0;
snap_scroll_controller.h 53 float distance_y_; member in class:ui::SnapScrollController

Completed in 192 milliseconds