Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/
DSpChartList.ts58 private isPress: boolean = false; property in SpChartList
278 this.isPress = true;
301 if ((this.isPress && this.canResize) || inResizeArea) {
311 if (this.canResize && this.isPress) {
332 this.isPress = false;
DTimerShaftElement.ts188 return this._rangeRuler?.isPress || false;
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerTimeline.ts393 isPress: boolean = false;
720 if (this.isPress) return;
721 this.isPress = true;
798 this.isPress = false;
/developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/
DRangeRuler.ts101 isPress: boolean = false; property in RangeRuler
524 this.isPress = true;
685 this.isPress = false;