Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneFileSystemCalltree.ts95 if (fsCallTreeSelection === this.currentSelection && !this.currentSelection?.isRowClick) {
121 …s._fsRowClickData && this.currentRowClickData !== undefined && this.currentSelection?.isRowClick) {
DTabPaneCallTree.ts96 if (callTreeSelection === this.currentSelection && !this.currentSelection?.isRowClick) {
123 …his._rowClickData && this.currentRowClickData !== undefined && this.currentSelection?.isRowClick) {
DTabPaneVirtualMemoryStatisticsAnalysis.ts208 this.vmCurrentSelection!.isRowClick = true;
DTabPaneIOTierStatisticsAnalysis.ts212 this.currentSelection!.isRowClick = true;
DTabPaneFilesystemStatisticsAnalysis.ts194 this.fsCurrentSelection!.isRowClick = true;
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfProfile.ts94 if (perfProfilerSelection === this.currentSelection && !this.currentSelection?.isRowClick) {
121 …his._rowClickData && this.currentRowClickData !== undefined && this.currentSelection?.isRowClick) {
DTabPanePerfAnalysis.ts133 this.currentSelection.isRowClick = true;
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceSheet.ts909 this.selection.isRowClick = false;
/developtools/smartperf_host/ide/src/trace/bean/
DBoxSelection.ts54 isRowClick: boolean = false; property in SelectionParam