onDragContextualToolbar

abstract fun onDragContextualToolbar(@NonNull toolbar: ContextualToolbar, dx: Int, dy: Int)

Called when the ContextualToolbar is dragged.

Parameters

toolbar

Toolbar that was dragged / moved.

dx

Pixels moved on the x-axis.

dy

Pixels moved on the y-axis.