Home | History | Annotate | Download | only in gesture_detection

Lines Matching refs:touch_points

68       int touch_points = gesture.details.touch_points();
69 if (touch_points == 1)
71 else if (touch_points == 2)
73 else if (touch_points == 3)
101 int touch_points = gesture.details.touch_points();
102 if (touch_points >= 4)
104 else if (touch_points == 3)
113 int touch_points = gesture.details.touch_points();
114 if (touch_points == 1)
116 else if (touch_points == 2)
118 else if (touch_points == 3)