Lines Matching refs:find
195 if props.find('REL_X') >= 0 and props.find('REL_Y') >= 0:
196 if (props.find('ABS_MT_POSITION_X') >= 0 and
197 props.find('ABS_MT_POSITION_Y') >= 0):
201 if props.find('ABS_X') >= 0 and props.find('ABS_Y') >= 0:
202 if (props.find('BTN_STYLUS') >= 0 or
203 props.find('BTN_STYLUS2') >= 0 or
204 props.find('BTN_TOOL_PEN') >= 0):
206 if (props.find('ABS_PRESSURE') >= 0 or
207 props.find('BTN_TOUCH') >= 0):
208 if (props.find('BTN_LEFT') >= 0 or
209 props.find('BTN_MIDDLE') >= 0 or
210 props.find('BTN_RIGHT') >= 0 or
211 props.find('BTN_TOOL_FINGER') >= 0):
215 if props.find('BTN_LEFT') >= 0:
217 if props.find('KEY_') >= 0:
219 if props.find('KEY_%s' % key) >= 0:
222 if props.find('KEY_%s' % key) >= 0: