Home | History | Annotate | Download | only in input

Lines Matching refs:touchesLength

492     for (unsigned int i = 0; i < touch_event_.touchesLength; ++i) {
501 touch_event_.touchesLength = point;
506 if (touch_event_.touchesLength == touch_event_.touchesLengthCap)
509 touch_event_.touches[touch_event_.touchesLength];
510 point.id = touch_event_.touchesLength;
515 ++touch_event_.touchesLength;