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

/external/chromium_org/ui/events/gesture_detection/
H A Dscale_gesture_detector.cc168 const float touch_radius = touch_history_last_accepted_ / 2; local
170 const float dev_x = dev_sum_x * inverse_unreleased_point_count + touch_radius;
171 const float dev_y = dev_sum_y * inverse_unreleased_point_count + touch_radius;
/external/chromium_org/ash/touch/
H A Dtouch_hud_debug.cc443 float touch_radius = std::max(point->radius_x, point->radius_y); local
453 touch_radius);

Completed in 993 milliseconds