Searched refs:distance_x_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dsnap_scroll_controller.cc40 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;
H A Dsnap_scroll_controller.h52 float distance_x_; member in class:ui::SnapScrollController

Completed in 133 milliseconds