Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dpan_and_zoom_handler.ts47 const PAN_CURSOR = 'move'; constant
163 this.element.style.cursor = this.shiftDown ? PAN_CURSOR : DRAG_CURSOR;
226 this.element.style.cursor = this.shiftDown ? PAN_CURSOR : DRAG_CURSOR;
287 this.element.style.cursor = PAN_CURSOR;