Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/base-ui/tree/
DLitTree.ts39 private dragDirection: string | null | undefined; property in LitTree
340 this.dragDirection = 'bottom-right';
344 this.dragDirection = 'top';
348 this.dragDirection = 'bottom';
373 if (this.dragDirection === 'top') {
375 } else if (this.dragDirection === 'bottom') {
377 } else if (this.dragDirection === 'bottom-right') {
398 this.addDataNode(this._treeData, srcData, dstData!.key, this.dragDirection!);
405 type: this.dragDirection,
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRow.ts45 let dragDirection: string = ''; variable
1007 dragDirection = 'top';
1011 dragDirection = 'bottom';
1023 if (startDragNode < endDragNode && dragDirection === 'top') {
1025 } else if (startDragNode > endDragNode && dragDirection === 'bottom') {