LibreOffice Module android (master) 1
Public Member Functions | List of all members
org.mozilla.gecko.OnInterceptTouchListener Interface Reference
Inheritance diagram for org.mozilla.gecko.OnInterceptTouchListener:
[legend]
Collaboration diagram for org.mozilla.gecko.OnInterceptTouchListener:
[legend]

Public Member Functions

boolean onInterceptTouchEvent (View view, MotionEvent event)
 Override this method for a chance to consume events before the view or its children. More...
 

Detailed Description

Definition at line 11 of file OnInterceptTouchListener.java.

Member Function Documentation

◆ onInterceptTouchEvent()

boolean org.mozilla.gecko.OnInterceptTouchListener.onInterceptTouchEvent ( View  view,
MotionEvent  event 
)

Override this method for a chance to consume events before the view or its children.

Referenced by org.mozilla.gecko.gfx.LayerView.onTouchEvent().


The documentation for this interface was generated from the following file: