Home
last modified time | relevance | path

Searched refs:XI_TouchUpdate (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/ash/host/
Dash_window_tree_host_x11_unittest.cc123 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/
Devents_x.cc121 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()
Dtouch_factory_x11.cc176 event->evtype == XI_TouchUpdate || in ShouldProcessXI2Event()
213 XISetMask(mask, XI_TouchUpdate); in SetupXI2ForXWindow()
Ddevice_data_manager_x11.cc33 #define XI_TouchUpdate 19 macro
187 xi_device_event_types_[XI_TouchUpdate] = true; in InitializeXInputInternal()
338 xiev->evtype == XI_TouchUpdate) { in GetEventData()
Devents_x_unittest.cc245 0, XI_TouchUpdate, 5, gfx::Point(20, 20), valuators); in TEST_F()
/external/chromium_org/ui/aura/
Dwindow_tree_host_x11.cc93 XISetMask(mask, XI_TouchUpdate); in SelectXInput2EventsForRootWindow()
209 event->xgeneric.evtype == XI_TouchUpdate || in WillProcessEvent()
/external/chromium_org/ui/platform_window/x11/
Dx11_window.cc147 XISetMask(mask, XI_TouchUpdate); in Show()
/external/chromium_org/ash/touch/
Dtouch_uma.cc111 xievent->evtype == XI_TouchUpdate || in RecordTouchEvent()
/external/chromium_org/ui/base/x/
Dx11_util.cc433 DCHECK(event_type == XI_Motion || event_type == XI_TouchUpdate); in CoalescePendingMotionEvents()