BaseGridView.OnMotionInterceptListener

public interface BaseGridView.OnMotionInterceptListener


Listener for intercepting generic motion dispatch events.

Summary

Public methods

abstract boolean

Returns true if the touch dispatch event should be consumed.

Public methods

onInterceptMotionEvent

Added in 1.0.0-alpha03
abstract boolean onInterceptMotionEvent(@NonNull MotionEvent event)

Returns true if the touch dispatch event should be consumed.