Home
last modified time | relevance | path

Searched refs:TOUCH_MAJOR (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/events/test/
Dmock_motion_event.cc15 : action(ACTION_CANCEL), pointer_count(1), touch_major(TOUCH_MAJOR), id(0), in MockMotionEvent()
20 : action(action), pointer_count(1), touch_major(TOUCH_MAJOR), id(0), in MockMotionEvent()
31 touch_major(TOUCH_MAJOR), in MockMotionEvent()
47 touch_major(TOUCH_MAJOR), in MockMotionEvent()
67 touch_major(TOUCH_MAJOR), in MockMotionEvent()
Dmock_motion_event.h17 enum { TOUCH_MAJOR = 10 }; enumerator
/external/chromium_org/ui/events/gesture_detection/
Dgesture_provider_unittest.cc30 const float kMockTouchRadius = MockMotionEvent::TOUCH_MAJOR / 2;
55 float diameter = MockMotionEvent::TOUCH_MAJOR; in BoundsForSingleMockTouchAtLocation()