Searched refs:HasEventType (Results 1 – 3 of 3) sorted by relevance
24 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()
31 bool HasEventType(unsigned int type) const;
86 bool EventDeviceInfo::HasEventType(unsigned int type) const { in HasEventType() function in ui::EventDeviceInfo