Home
last modified time | relevance | path

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

/external/chromium_org/ui/events/ozone/evdev/
Devent_factory.cc24 if (!devinfo.HasEventType(EV_ABS)) in IsTouchPad()
32 return devinfo.HasEventType(EV_ABS) && !IsTouchPad(devinfo); in IsTouchScreen()
72 else if (devinfo.HasEventType(EV_KEY)) in StartProcessingEvents()
Devent_device_info.h31 bool HasEventType(unsigned int type) const;
Devent_device_info.cc86 bool EventDeviceInfo::HasEventType(unsigned int type) const { in HasEventType() function in ui::EventDeviceInfo