Field Summary |
|
final public static int | ABOUT_REQUESTED Minor ID indicating that command event is requesting about box. |
final public static int | DEBUG_TRACE1 An identifier for the special debug tracing key. |
final public static int | DRAGGED Minor ID indicating a pointer drag. |
final public static int | IME Minor ID indicating a IME string typed (internal). |
final public static int | MENU_DISMISSED Minor ID indicating that command event is dismissing a menu. |
final public static int | MENU_REQUESTED Minor ID indicating that command event requires posting a menu. |
final public static int | PRESSED Minor ID indicating a press, either on a key or a pointer. |
final public static int | RELEASED Minor ID indicating a release, either of a key or a pointer. |
final public static int | REPEATED Minor ID indicating a key repeat. |
final public static int | SOFT_BUTTON1 An identifier for the first soft button, typically the left one. |
final public static int | SOFT_BUTTON2 An identifier for the second soft button, typically the right one. |
final public static int | SYSTEM_KEY_CLEAR The value returned from getSystemKey if the keyCode is either
CLEAR or BACKSPACE. |
final public static int | SYSTEM_KEY_END The value returned from getSystemKey if the keyCode is END. |
final public static int | SYSTEM_KEY_POWER The value returned from getSystemKey if the keyCode is the POWER key. |
final public static int | SYSTEM_KEY_SEND The value returned from getSystemKey if the keyCode is SEND. |