Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/docklib/src/com/android/car/docklib/view/
DDockDragListener.kt129 callback.dropSuccessful(component) in <lambda>()
205 if (!isCancelled) callback.dropSuccessful(component, getCleanUpCallback(surfaceControl)) in <lambda>()
347 fun dropSuccessful(componentName: ComponentName, cleanupCallback: Runnable? = null) {} in <lambda>() method
DDockItemViewHolder.kt124 override fun dropSuccessful( in dropSuccessful() method
/packages/apps/Car/Launcher/docklib/tests/src/com/android/car/docklib/view/
DDockDragListenerTest.kt211 verify(callbackMock).dropSuccessful(componentNameCaptor.capture(), isNull()) in onDrag_ACTION_DROP_noDragSurface_dragAcceptedCallbackTriggered()