Searched refs:xitype (Results 1 – 3 of 3) sorted by relevance
857 int xitype = 0; in GetXIType() local861 xitype = DeviceMotionNotify; in GetXIType()864 xitype = DeviceButtonPress; in GetXIType()867 xitype = DeviceButtonRelease; in GetXIType()870 xitype = DeviceKeyPress; in GetXIType()873 xitype = DeviceKeyRelease; in GetXIType()876 xitype = ProximityIn; in GetXIType()879 xitype = ProximityOut; in GetXIType()884 return xitype; in GetXIType()
814 int xitype = GetXIType(TouchGetPointerEventType(ev)); in TouchAddRegularListener() local815 Mask xi_filter = event_get_filter_from_type(dev, xitype); in TouchAddRegularListener()
284 XItoCoreType(int xitype) in XItoCoreType() argument288 if (xitype == DeviceMotionNotify) in XItoCoreType()290 else if (xitype == DeviceButtonPress) in XItoCoreType()292 else if (xitype == DeviceButtonRelease) in XItoCoreType()294 else if (xitype == DeviceKeyPress) in XItoCoreType()296 else if (xitype == DeviceKeyRelease) in XItoCoreType()