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

  /external/chromium_org/ui/events/gesture_detection/
snap_scroll_controller.cc 36 : channel_distance_(CalculateChannelDistance(display)),
51 if (distance_y_ > channel_distance_) {
53 } else if (distance_x_ > channel_distance_) {
58 if (distance_x_ > channel_distance_) {
60 } else if (distance_y_ > channel_distance_) {
snap_scroll_controller.h 48 float channel_distance_; member in class:ui::SnapScrollController

Completed in 146 milliseconds