LibreOffice Module android (master)
1
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
x
y
z
Files
File List
android
source
src
java
org
mozilla
gecko
gfx
InputConnectionHandler.java
Go to the documentation of this file.
1
package
org.mozilla.gecko.gfx;
2
3
import
android.view.KeyEvent;
4
import
android.view.inputmethod.EditorInfo;
5
import
android.view.inputmethod.InputConnection;
6
7
public
interface
InputConnectionHandler
8
{
9
InputConnection
onCreateInputConnection
(EditorInfo outAttrs);
10
boolean
onKeyPreIme
(
int
keyCode, KeyEvent event);
11
boolean
onKeyDown
(
int
keyCode, KeyEvent event);
12
boolean
onKeyLongPress
(
int
keyCode, KeyEvent event);
13
boolean
onKeyMultiple
(
int
keyCode,
int
repeatCount, KeyEvent event);
14
boolean
onKeyUp
(
int
keyCode, KeyEvent event);
15
}
org.mozilla.gecko.gfx.InputConnectionHandler
Definition:
InputConnectionHandler.java:8
org.mozilla.gecko.gfx.InputConnectionHandler.onCreateInputConnection
InputConnection onCreateInputConnection(EditorInfo outAttrs)
org.mozilla.gecko.gfx.InputConnectionHandler.onKeyPreIme
boolean onKeyPreIme(int keyCode, KeyEvent event)
org.mozilla.gecko.gfx.InputConnectionHandler.onKeyLongPress
boolean onKeyLongPress(int keyCode, KeyEvent event)
org.mozilla.gecko.gfx.InputConnectionHandler.onKeyMultiple
boolean onKeyMultiple(int keyCode, int repeatCount, KeyEvent event)
org.mozilla.gecko.gfx.InputConnectionHandler.onKeyUp
boolean onKeyUp(int keyCode, KeyEvent event)
org.mozilla.gecko.gfx.InputConnectionHandler.onKeyDown
boolean onKeyDown(int keyCode, KeyEvent event)
Generated on Sun Jul 30 2023 04:39:29 for LibreOffice Module android (master) by
1.9.3