Searched refs:XI_TouchUpdate (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/ash/host/ |
D | ash_window_tree_host_x11_unittest.cc | 123 0, XI_TouchUpdate, 5, gfx::Point(1500, 1600), valuators); in TEST_F() 197 0, XI_TouchUpdate, 5, gfx::Point(1500, 2550), valuators); in TEST_F() 210 0, XI_TouchUpdate, 6, gfx::Point(1600, 2650), valuators); in TEST_F()
|
/external/chromium_org/ui/events/x/ |
D | events_x.cc | 121 event->evtype == XI_TouchUpdate || in TouchEventIsGeneratedHack() 254 case XI_TouchUpdate: in GetTouchEventType() 421 case XI_TouchUpdate: in EventTypeFromNative() 492 case XI_TouchUpdate: in EventFlagsFromNative() 589 case XI_TouchUpdate: in EventLocationFromNative()
|
D | touch_factory_x11.cc | 176 event->evtype == XI_TouchUpdate || in ShouldProcessXI2Event() 213 XISetMask(mask, XI_TouchUpdate); in SetupXI2ForXWindow()
|
D | device_data_manager_x11.cc | 33 #define XI_TouchUpdate 19 macro 187 xi_device_event_types_[XI_TouchUpdate] = true; in InitializeXInputInternal() 338 xiev->evtype == XI_TouchUpdate) { in GetEventData()
|
D | events_x_unittest.cc | 245 0, XI_TouchUpdate, 5, gfx::Point(20, 20), valuators); in TEST_F()
|
/external/chromium_org/ui/aura/ |
D | window_tree_host_x11.cc | 93 XISetMask(mask, XI_TouchUpdate); in SelectXInput2EventsForRootWindow() 209 event->xgeneric.evtype == XI_TouchUpdate || in WillProcessEvent()
|
/external/chromium_org/ui/platform_window/x11/ |
D | x11_window.cc | 147 XISetMask(mask, XI_TouchUpdate); in Show()
|
/external/chromium_org/ash/touch/ |
D | touch_uma.cc | 111 xievent->evtype == XI_TouchUpdate || in RecordTouchEvent()
|
/external/chromium_org/ui/base/x/ |
D | x11_util.cc | 433 DCHECK(event_type == XI_Motion || event_type == XI_TouchUpdate); in CoalescePendingMotionEvents()
|