HomeSort by relevance Sort by last modified time
    Searched full:unreleased_point_count (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ui/events/gesture_detection/
scale_gesture_detector.cc 128 const int unreleased_point_count = pointer_up ? count - 1 : count; local
129 const float inverse_unreleased_point_count = 1.0f / unreleased_point_count;

Completed in 144 milliseconds