Lines Matching full:touch
34 * - the touch area which works as a touchpad
85 * the device could report a single touch when the two fingers
89 * We'll make do without it, and try to report the first touch
113 int touch; in udraw_raw_event() local
120 touch = TOUCH_NONE; in udraw_raw_event()
122 touch = TOUCH_PEN; in udraw_raw_event()
124 touch = TOUCH_FINGER; in udraw_raw_event()
126 touch = TOUCH_TWOFINGER; in udraw_raw_event()
179 if (touch != TOUCH_NONE) { in udraw_raw_event()
186 if (touch == TOUCH_FINGER) { in udraw_raw_event()
187 /* Save the last one-finger touch */ in udraw_raw_event()
192 } else if (touch == TOUCH_TWOFINGER) { in udraw_raw_event()
221 if (touch == TOUCH_FINGER || touch == TOUCH_TWOFINGER) { in udraw_raw_event()
224 touch == TOUCH_FINGER); in udraw_raw_event()
226 touch == TOUCH_TWOFINGER); in udraw_raw_event()
238 if (touch == TOUCH_PEN) { in udraw_raw_event()