Lines Matching refs:INPUT_START
23122 var INPUT_START = 1;
23225 var isFirst = (eventType & INPUT_START && (pointersLen - changedPointersLen === 0));
23312 if (input.eventType === INPUT_START || prevInput.eventType === INPUT_END) {
23505 mousedown: INPUT_START,
23536 if (eventType & INPUT_START && ev.button === 0) {
23563 pointerdown: INPUT_START,
23620 if (eventType & INPUT_START && (ev.button === 0 || isTouch)) {
23652 touchstart: INPUT_START,
23679 if (type === INPUT_START) {
23721 touchstart: INPUT_START,
23769 if (type & (INPUT_START | INPUT_MOVE) && allTouches.length === 1) {
23786 if (type === INPUT_START) {
23878 if (eventType & INPUT_START) {
24629 } else if (input.eventType & INPUT_START) {
24797 if ((input.eventType & INPUT_START) && (this.count === 0)) {
25304 INPUT_START: INPUT_START, property