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

Public Member Functions

InputConnection onCreateInputConnection (EditorInfo outAttrs)
 
boolean onKeyPreIme (int keyCode, KeyEvent event)
 
boolean onKeyDown (int keyCode, KeyEvent event)
 
boolean onKeyLongPress (int keyCode, KeyEvent event)
 
boolean onKeyMultiple (int keyCode, int repeatCount, KeyEvent event)
 
boolean onKeyUp (int keyCode, KeyEvent event)
 

Detailed Description

Definition at line 7 of file InputConnectionHandler.java.

Member Function Documentation

◆ onCreateInputConnection()

InputConnection org.mozilla.gecko.gfx.InputConnectionHandler.onCreateInputConnection ( EditorInfo  outAttrs)

◆ onKeyDown()

boolean org.mozilla.gecko.gfx.InputConnectionHandler.onKeyDown ( int  keyCode,
KeyEvent  event 
)

◆ onKeyLongPress()

boolean org.mozilla.gecko.gfx.InputConnectionHandler.onKeyLongPress ( int  keyCode,
KeyEvent  event 
)

◆ onKeyMultiple()

boolean org.mozilla.gecko.gfx.InputConnectionHandler.onKeyMultiple ( int  keyCode,
int  repeatCount,
KeyEvent  event 
)

◆ onKeyPreIme()

boolean org.mozilla.gecko.gfx.InputConnectionHandler.onKeyPreIme ( int  keyCode,
KeyEvent  event 
)

◆ onKeyUp()

boolean org.mozilla.gecko.gfx.InputConnectionHandler.onKeyUp ( int  keyCode,
KeyEvent  event 
)

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