Lines Matching refs:STATE_BEGAN
24108 var STATE_BEGAN = 2;
24329 if (this.state & (STATE_BEGAN | STATE_CHANGED | STATE_ENDED | STATE_CANCELLED)) {
24370 } else if (state & STATE_BEGAN) {
24451 var isRecognized = state & (STATE_BEGAN | STATE_CHANGED);
24460 } else if (!(state & STATE_BEGAN)) {
24461 return STATE_BEGAN;
24532 … (this.state & STATE_BEGAN || (!(this.state & STATE_BEGAN) && this.directionTest(input)));
24576 (Math.abs(input.scale - 1) > this.options.threshold || this.state & STATE_BEGAN);
24686 (Math.abs(input.rotation) > this.options.threshold || this.state & STATE_BEGAN);
24835 return STATE_BEGAN;
25103 if (!curRecognizer && recognizer.state & (STATE_BEGAN | STATE_CHANGED | STATE_ENDED)) {
25310 STATE_BEGAN: STATE_BEGAN, property