Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DDragAndDropTargetState.kt173 findTargetItem(dragEvent)?.apply { in onMoved()
251 private fun findTargetItem(dragEvent: DragEvent): LazyGridItemInfo? = in findTargetItem() method in com.android.systemui.communal.ui.compose.DragAndDropTargetState