OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:key_press
(Results
1 - 5
of
5
) sorted by null
/external/quake/src/com/android/quake/
QuakeLib.java
23
public static final int
KEY_PRESS
= 1;
142
* @param type
KEY_PRESS
or KEY_RELEASE
QuakeView.java
92
queueKeyEvent(QuakeLib.
KEY_PRESS
,
/frameworks/base/awt/java/awt/
Event.java
248
* The Constant
KEY_PRESS
indicates an event when the user presses a normal
251
public static final int
KEY_PRESS
= 401;
517
* Event.
KEY_PRESS
, 0, 0, Event.TAB, Event.SHIFT_MASK, "arg");
Component.java
[
all
...]
/external/bluetooth/bluez/audio/
headset.c
791
static int
key_press
(struct audio_device *device, const char *buf)
function
1144
{ "AT+CKPD",
key_press
},
[
all
...]
Completed in 213 milliseconds