|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.device.KeyMapManager.KeyEntry
public class KeyMapManager.KeyEntry
Describes the keys provided by button event and their associated labels.
Field Summary | |
---|---|
java.lang.String |
action
Describes the special actions to start APPS android.content.Intent |
int |
keycode
Describes the Button event key code android.view.KeyEvent#getKeyCode() |
int |
keycode_meta
Describes the Button event remap keycode android.device.KeyMapManager#getKeyCode() |
int |
scancode
Describes the Button event scan code android.view.KeyEvent#getScanCode() |
int |
type
Describes KeyMapManager.KEY_TYPE_KEYCODE or KeyMapManager.KEY_TYPE_STARTAC |
Constructor Summary | |
---|---|
KeyMapManager.KeyEntry()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int scancode
android.view.KeyEvent#getScanCode()
public int keycode
android.view.KeyEvent#getKeyCode()
public int keycode_meta
android.device.KeyMapManager#getKeyCode()
public java.lang.String action
android.content.Intent
public int type
KeyMapManager.KEY_TYPE_KEYCODE
or KeyMapManager.KEY_TYPE_STARTAC
Constructor Detail |
---|
public KeyMapManager.KeyEntry()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |