Lines Matching refs:gesture
79 // multi-touch gesture on the window, then this is the release-time of the
106 const ui::GestureEvent& gesture =
108 if (gesture.details().touch_points() >= 4)
110 else if (gesture.details().touch_points() == 3)
112 else if (gesture.details().touch_points() == 2)
117 const ui::GestureEvent& gesture =
119 int tap_count = gesture.details().tap_count();
142 const ui::GestureEvent& gesture =
144 if (gesture.details().touch_points() >= 4)
146 else if (gesture.details().touch_points() == 3)
155 const ui::GestureEvent& gesture =
157 if (gesture.details().touch_points() >= 4)
159 else if (gesture.details().touch_points() == 3)
201 LOG(ERROR) << "Window received gesture events without receiving any touch"