Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/mini-timeline/drawer/
Dcanvas_mouse_handler_impl.ts73 const foundIndex = this.draggableObjects.indexOf(draggableObject); constant
74 if (foundIndex !== -1) {
75 this.draggableObjects.splice(foundIndex, 1);