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

/external/chromium_org/ui/events/gesture_detection/
H A Dscale_gesture_detector.cc325 const int direction_sig = local
327 if (direction_sig != touch_history_direction_ ||
328 (direction_sig == 0 && touch_history_direction_ == 0)) {
329 touch_history_direction_ = direction_sig;

Completed in 309 milliseconds