Lines Matching refs:INPUT_END
23124 var INPUT_END = 4;
23226 …var isFinal = (eventType & (INPUT_END | INPUT_CANCEL) && (pointersLen - changedPointersLen === 0));
23312 if (input.eventType === INPUT_START || prevInput.eventType === INPUT_END) {
23507 mouseup: INPUT_END
23541 eventType = INPUT_END;
23549 if (eventType & INPUT_END) {
23565 pointerup: INPUT_END,
23625 } else if (eventType & (INPUT_END | INPUT_CANCEL)) {
23654 touchend: INPUT_END,
23690 if (type & (INPUT_END | INPUT_CANCEL) && touches[0].length - touches[1].length === 0) {
23713 if (type & (INPUT_END | INPUT_CANCEL)) {
23723 touchend: INPUT_END,
23802 if (type & (INPUT_END | INPUT_CANCEL)) {
23881 } else if (eventType & (INPUT_END | INPUT_CANCEL)) {
24458 if (eventType & INPUT_END) {
24627 …if (!validMovement || !validPointers || (input.eventType & (INPUT_END | INPUT_CANCEL) && !validTim…
24635 } else if (input.eventType & INPUT_END) {
24650 if (input && (input.eventType & INPUT_END)) {
24733 abs(velocity) > this.options.velocity && input.eventType & INPUT_END;
24804 if (input.eventType != INPUT_END) {
25306 INPUT_END: INPUT_END, property