Lines Matching refs:origHit
1849 this.origHit = this.queryHit(point.left, point.top);
1854 if (this.origHit) {
1855 subjectRect = util_1.intersectRects(this.origHit, subjectRect) ||
1863 this.origHit = null;
1902 var isOrig = isHitsEqual(hit, this.origHit);
1904 this.trigger('hitOver', this.hit, isOrig, this.origHit);
1923 this.origHit = null;
11829 hitOver: function (hit, isOrig, origHit) { argument
11831 var origHitFootprint = component.getSafeHitFootprint(origHit);
12085 hitOver: function (hit, isOrig, origHit) { argument
12092 origHit = seg.hit;
12095 origFootprint = origHit.component.getSafeHitFootprint(origHit);
12286 hitOver: function (hit, isOrig, origHit) { argument
12289 if (origHit) { // click needs to have started on a hit
12290 origHitFootprint = component.getSafeHitFootprint(origHit);
12401 dayClickHit = dragListener.origHit;
12403 hitOver: function (hit, isOrig, origHit) { argument