Home
last modified time | relevance | path

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

/external/chromium_org/ui/events/x/
Dtouch_factory_x11.h58 bool IsMultiTouchDevice(unsigned int deviceid) const;
Dtouch_factory_x11.cc218 bool TouchFactory::IsMultiTouchDevice(unsigned int deviceid) const { in IsMultiTouchDevice() function in ui::TouchFactory
Ddevice_data_manager.cc275 if (!factory->IsMultiTouchDevice(xiev->sourceid)) { in GetSlotNumber()