Lines Matching defs:touch
1112 "failed to allocate open touch slots array\n");
1123 "failed to initialize touch class device\n");
1478 /* Semi-mt device touch slots do not track touches. When there is a
1636 ((safe_width < 6) && (priv->prev_z < para->finger_high)) || /* thin finger, distinct touch -> not a palm */
1637 ((safe_width < 7) && (priv->prev_z < para->finger_high / 2))) { /* thin finger, distinct touch -> not a palm */
1776 Bool touch, release, is_timeout, move, press;
1784 touch = finger >= FS_TOUCHED && priv->finger_state == FS_UNTOUCHED;
1794 if (touch) {
1812 if (touch)
1853 if (touch)
1859 if (touch) {
1868 if (touch)
1922 if (touch)
1942 /* Assume one touch is only for holding the clickpad button down */
2725 /* Send touch begin events for all new touches */
2730 /* Send touch update/end events for all the rest */
2734 /* Don't send update event if we just reopened the touch above */
2813 * touch movements for motion */