Searched refs:otherRecognizer (Results 1 – 1 of 1) sorted by relevance
24162 recognizeWith: function(otherRecognizer) { argument24163 if (invokeArrayArg(otherRecognizer, 'recognizeWith', this)) {24168 otherRecognizer = getRecognizerByNameIfManager(otherRecognizer, this);24169 if (!simultaneous[otherRecognizer.id]) {24170 simultaneous[otherRecognizer.id] = otherRecognizer;24171 otherRecognizer.recognizeWith(this);24181 dropRecognizeWith: function(otherRecognizer) { argument24182 if (invokeArrayArg(otherRecognizer, 'dropRecognizeWith', this)) {24186 otherRecognizer = getRecognizerByNameIfManager(otherRecognizer, this);24187 delete this.simultaneous[otherRecognizer.id];[all …]