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

  /external/chromium_org/ui/events/gesture_detection/
scale_gesture_detector.cc 122 const bool pointer_up = action == MotionEvent::ACTION_POINTER_UP; local
123 const int skip_index = pointer_up ? event.GetActionIndex() : -1;
128 const int unreleased_point_count = pointer_up ? count - 1 : count;
gesture_detector.cc 203 const bool pointer_up = action == MotionEvent::ACTION_POINTER_UP; local
204 const int skip_index = pointer_up ? ev.GetActionIndex() : -1;
215 const int div = pointer_up ? count - 1 : count;

Completed in 633 milliseconds