Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/base-ui/tree/
DLitTree.ts39 private dragDirection: string | null | undefined; property in LitTree
325 this.dragDirection = 'bottom-right';
328 this.dragDirection = 'top';
331 this.dragDirection = 'bottom';
354 if (this.dragDirection === 'top') {
356 } else if (this.dragDirection === 'bottom') {
358 } else if (this.dragDirection === 'bottom-right') {
375 this.addDataNode(this._treeData, srcData, dstData!.key, this.dragDirection!);
381 type: this.dragDirection
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/base/
DTraceRow.ts42 let dragDirection: string = ''; variable
655 dragDirection = 'top';
659 dragDirection = 'bottom';
671 if (startDragNode < endDragNode && dragDirection === 'top') {
673 } else if (startDragNode > endDragNode && dragDirection === 'bottom') {
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRow.ts43 let dragDirection: string = ''; variable
734 dragDirection = 'top';
738 dragDirection = 'bottom';
750 if (startDragNode < endDragNode && dragDirection === 'top') {
752 } else if (startDragNode > endDragNode && dragDirection === 'bottom') {