ListPopupWindowCompat

Helper for accessing features in ListPopupWindow.

Functions

Link copied to clipboard
@Nullable
open fun createDragToOpenListener(@NonNull listPopupWindow: @NonNull ListPopupWindow, @NonNull src: @NonNull View): @Nullable View.OnTouchListener
open fun createDragToOpenListener(listPopupWindow: Any, src: View): View.OnTouchListener
On API KITKAT and higher, returns an OnTouchListener that can be added to the source view to implement drag-to-open behavior.