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

  /external/chromium_org/ui/events/gesture_detection/
snap_scroll_controller.cc 40 distance_x_(0),
48 distance_x_ += std::abs(distance_x);
53 } else if (distance_x_ > channel_distance_) {
54 distance_x_ = 0;
58 if (distance_x_ > channel_distance_) {
61 distance_x_ = 0;
98 distance_x_ = 0;
snap_scroll_controller.h 52 float distance_x_; member in class:ui::SnapScrollController

Completed in 63 milliseconds