Searched defs:touch_point_count (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_event_data.cc19 size_t touch_point_count,
32 DCHECK_NE(0U, touch_point_count);
33 this->details.set_touch_points(static_cast<int>(touch_point_count));
11 GestureEventData(const GestureEventDetails& details, int motion_event_id, MotionEvent::ToolType primary_tool_type, base::TimeTicks time, float x, float y, float raw_x, float raw_y, size_t touch_point_count, const gfx::RectF& bounding_box, int flags) argument
H A Dgesture_provider.cc498 size_t touch_point_count,
509 touch_point_count,
522 size_t touch_point_count,
533 touch_point_count,
490 CreateGesture(const GestureEventDetails& details, int motion_event_id, MotionEvent::ToolType primary_tool_type, base::TimeTicks time, float x, float y, float raw_x, float raw_y, size_t touch_point_count, const gfx::RectF& bounding_box, int flags) argument
514 CreateGesture(EventType type, int motion_event_id, MotionEvent::ToolType primary_tool_type, base::TimeTicks time, float x, float y, float raw_x, float raw_y, size_t touch_point_count, const gfx::RectF& bounding_box, int flags) argument

Completed in 217 milliseconds