SwipeMenuHelper

open class SwipeMenuHelper

Created by tubingbing on 16/8/11.

Constructors

Link copied to clipboard
constructor(context: Context, callback: SwipeMenuHelper.Callback)

Types

Link copied to clipboard
interface Callback

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Find the topmost view under the given point.
Link copied to clipboard
open fun getSwipeMenuView(itemView: View): View
Link copied to clipboard
Link copied to clipboard
open fun handleListDownTouchEvent(ev: MotionEvent, defaultIntercepted: Boolean): Boolean
Handle touch down event, decide whether intercept or not.
Link copied to clipboard
open fun reset()