Searched refs:startPageX (Results 1 – 1 of 1) sorted by relevance
30 private startPageX: number = 0; property in RangeSelect60 this.startPageX = eventDown.pageX;108 return this.startPageX !== this.endPageX;176 x: Math.min(this.startPageX, this.endPageX),178 width: Math.abs(this.startPageX - this.endPageX),185 …let startX = Math.min(this.startPageX, this.endPageX) - it.describeEl!.getBoundingClientRect().rig…186 …let endX = Math.max(this.startPageX, this.endPageX) - it.describeEl!.getBoundingClientRect().right;