Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/docklib/src/com/android/car/docklib/view/
DDockDragListener.kt158 val toFinalWidth: Float = callback.getDropWidth() in <lambda>()
389 fun getDropWidth(): Float in <lambda>() method
DDockItemViewHolder.kt183 override fun getDropWidth(): Float { in getDropWidth() method
/packages/apps/Car/Launcher/docklib/tests/src/com/android/car/docklib/view/
DDockDragListenerTest.kt226 whenever(callbackMock.getDropWidth()).thenReturn(10f) in onDrag_ACTION_DROP_validPositionComponentNameDragSurface_returnTrue()
243 whenever(callbackMock.getDropWidth()).thenReturn(10f) in onDrag_ACTION_DROP_validPositionComponentNameDragSurface_animationStarted()