Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DGridDragDropState.kt148 val draggingItem = draggingItemLayoutInfo ?: return in onDrag() constant
149 val startOffset = draggingItem.offset.toOffset() + draggingItemOffset in onDrag()
150 val endOffset = startOffset + draggingItem.size.toSize() in onDrag()
157 .filter { item -> draggingItem.index != item.index } in onDrag()
163 draggingItem.index in onDrag()
164 } else if (draggingItem.index == state.firstVisibleItemIndex) { in onDrag()
173 contentListState.onMove(draggingItem.index, targetItem.index) in onDrag()
176 contentListState.onMove(draggingItem.index, targetItem.index) in onDrag()