Searched refs:MAX_TOUCH_POINT_COUNT (Results 1 - 5 of 5) sorted by last modified time

/external/chromium_org/ui/events/gesture_detection/
H A Dmotion_event.h45 enum { MAX_POINTER_ID = 31, MAX_TOUCH_POINT_COUNT = 12 }; enumerator in enum:ui::MotionEvent::__anon16734
/external/chromium_org/ui/events/gestures/
H A Dmotion_event_aura.cc27 const PointData (&active_touches)[MotionEvent::MAX_TOUCH_POINT_COUNT])
231 if (pointer_count_ == MotionEvent::MAX_TOUCH_POINT_COUNT)
H A Dmotion_event_aura.h78 const PointData (&active_touches)[MotionEvent::MAX_TOUCH_POINT_COUNT]);
95 PointData active_touches_[MotionEvent::MAX_TOUCH_POINT_COUNT];
/external/chromium_org/win8/metro_driver/
H A Dchrome_app_view_ash.cc413 pointer_id_ %= ui::MotionEvent::MAX_TOUCH_POINT_COUNT;
/external/chromium_org/content/browser/renderer_host/input/
H A Dweb_input_event_util.cc258 COMPILE_ASSERT(static_cast<int>(MotionEvent::MAX_TOUCH_POINT_COUNT) ==

Completed in 143 milliseconds