Public Member Functions | |
boolean | onDoubleTap (MotionEvent e) |
boolean | onDoubleTapEvent (MotionEvent e) |
boolean | onSingleTapConfirmed (MotionEvent e) |
The interface for double tap event listener.
boolean com.foxit.sdk.PDFViewCtrl.IDoubleTapEventListener.onDoubleTap | ( | MotionEvent | e | ) |
Triggered when PDFViewCtrl#onDoubleTap(MotionEvent) is called.
e | The down motion event of the first tap of the double-tap. |
true
means the event is consumed.false
means not. Implemented in com.foxit.uiextensions.UIExtensionsManager.
boolean com.foxit.sdk.PDFViewCtrl.IDoubleTapEventListener.onDoubleTapEvent | ( | MotionEvent | e | ) |
Triggered when PDFViewCtrl#onDoubleTapEvent(MotionEvent) is called.
e | The motion event that occurred during the double-tap gesture. |
true
means the event is consumed.false
means not. Implemented in com.foxit.uiextensions.UIExtensionsManager.
boolean com.foxit.sdk.PDFViewCtrl.IDoubleTapEventListener.onSingleTapConfirmed | ( | MotionEvent | e | ) |
Triggered when PDFViewCtrl#onSingleTapConfirmed(MotionEvent) is called.
e | The down motion event of the single-tap. |
true
means the event is consumed.false
means not. Implemented in com.foxit.uiextensions.UIExtensionsManager.