Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dpan_and_zoom_handler.ts69 private shiftDown = false; property in PanAndZoomHandler
104 if (this.shiftDown && this.dragStartPx !== -1) {
112 if (this.shiftDown) {
144 if (this.shiftDown) {
206 if (down === this.shiftDown) return;
207 this.shiftDown = down;
208 if (this.shiftDown) {
220 globals.frontendLocalState.setShowTimeSelectPreview(this.shiftDown);