Lines Matching refs:timeStamp
512 this.startTime_ = e.timeStamp;
516 this.recentTouchesX_.push(touch.clientX, e.timeStamp);
517 this.recentTouchesY_.push(touch.clientY, e.timeStamp);
589 this.startTime_ = e.timeStamp;
602 this.removeOldTouches_(this.recentTouchesX_, e.timeStamp);
603 this.removeOldTouches_(this.recentTouchesY_, e.timeStamp);
604 this.recentTouchesX_.push(clientX, e.timeStamp);
605 this.recentTouchesY_.push(clientY, e.timeStamp);
681 this.endTime_ = e.timeStamp;
685 this.removeOldTouches_(this.recentTouchesX_, e.timeStamp);
686 this.removeOldTouches_(this.recentTouchesY_, e.timeStamp);