OnMotionInterceptListener
interface OnMotionInterceptListener
androidx.leanback.widget.BaseGridView.OnMotionInterceptListener |
Listener for intercepting generic motion dispatch events.
Summary
Public methods |
|
---|---|
abstract Boolean |
onInterceptMotionEvent(event: MotionEvent!) Returns true if the touch dispatch event should be consumed. |
Public methods
onInterceptMotionEvent
abstract fun onInterceptMotionEvent(event: MotionEvent!): Boolean
Returns true if the touch dispatch event should be consumed.