Home
last modified time | relevance | path

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

/external/perfetto/ui/src/base/
Dzoned_interaction_handler.ts212 const dragConfig = this.findZoneById(currentDrag.zoneId)?.drag; constant
214 dragConfig &&
215 delta.manhattanDistance >= (dragConfig?.minDistance ?? 0)
217 dragConfig.onDrag?.(
288 dragConfig: DragConfig,
300 dragConfig.onDragEnd?.(dragEvent, element);
317 const dragConfig = this.findZoneById(drag.zoneId)?.drag; constant
319 dragConfig &&
320 dragConfig.cursorWhileDragging &&
321 dragDelta.manhattanDistance >= (dragConfig.minDistance ?? 0)
[all …]