Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/docklib/src/com/android/car/docklib/view/
DDockDragListener.kt152 val dropLocation = callback.getDropLocation() in <lambda>()
384 fun getDropLocation(): Point in <lambda>() method
DDockItemViewHolder.kt175 override fun getDropLocation(): Point { in getDropLocation() method
/packages/apps/Car/Launcher/docklib/tests/src/com/android/car/docklib/view/
DDockDragListenerTest.kt224 whenever(callbackMock.getDropLocation()).thenReturn(Point(0, 0)) in onDrag_ACTION_DROP_validPositionComponentNameDragSurface_returnTrue()
241 whenever(callbackMock.getDropLocation()).thenReturn(Point(0, 0)) in onDrag_ACTION_DROP_validPositionComponentNameDragSurface_animationStarted()