Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DGridDragDropState.kt153 val targetItem = in onDrag() constant
160 if (targetItem != null) { in onDrag()
162 if (targetItem.index == state.firstVisibleItemIndex) { in onDrag()
165 targetItem.index in onDrag()
173 contentListState.onMove(draggingItem.index, targetItem.index) in onDrag()
176 contentListState.onMove(draggingItem.index, targetItem.index) in onDrag()
178 draggingItemIndex = targetItem.index in onDrag()