DpadDragHelper
constructor(adapter: DpadDragHelper.DragAdapter<T>, callback: DpadDragHelper.DragCallback, stopKeyCodes: Set<Int> = setOf(
KeyEvent.KEYCODE_DPAD_CENTER,
KeyEvent.KEYCODE_ENTER,
))
Parameters
adapter
the adapter that backs the data that can be arranged
callback
the callback for notifying dragging state changes
stopKeyCodes
key codes that will be accepted to stop the dragging state