Searched refs:mouseXY_ (Results 1 – 1 of 1) sorted by relevance
48 mouseXY_: null, property in DragAndDropController117 this.mouseXY_ = {x: e.clientX, y: e.clientY}; property125 if (this.distance_(this.startMouseXY_, this.mouseXY_) >= DRAG_THRESHOLD)151 var coordinates = this.getCoordinates_(this.mouseXY_);185 var x = this.startItemXY_.x + this.mouseXY_.x - this.startMouseXY_.x +187 var y = this.startItemXY_.y + this.mouseXY_.y - this.startMouseXY_.y +210 this.delegate_.scrollPage(this.mouseXY_);