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