Searched refs:TOUCH_MAJOR (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/ui/events/test/ |
D | mock_motion_event.cc | 15 : 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()
|
D | mock_motion_event.h | 17 enum { TOUCH_MAJOR = 10 }; enumerator
|
/external/chromium_org/ui/events/gesture_detection/ |
D | gesture_provider_unittest.cc | 30 const float kMockTouchRadius = MockMotionEvent::TOUCH_MAJOR / 2; 55 float diameter = MockMotionEvent::TOUCH_MAJOR; in BoundsForSingleMockTouchAtLocation()
|