Home
last modified time | relevance | path

Searched refs:DRAG_CURSOR (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/ui/src/frontend/
Dpan_and_zoom_handler.ts46 const DRAG_CURSOR = 'default'; constant
158 this.element.style.cursor = DRAG_CURSOR;
163 this.element.style.cursor = this.shiftDown ? PAN_CURSOR : DRAG_CURSOR;
226 this.element.style.cursor = this.shiftDown ? PAN_CURSOR : DRAG_CURSOR;
289 this.element.style.cursor = DRAG_CURSOR;