Class android.view.KeyEvent

Added Methods
KeyCharacterMap  getKeyCharacterMap()  
int  getModifierMetaStateMask()  
boolean  hasModifiers( int)  
boolean  hasNoModifiers()  
boolean  isCapsLockOn()  
boolean  isCtrlPressed()  
boolean  isFunctionPressed()  
boolean  isMetaPressed()  
boolean  isNumLockOn()  
boolean  isScrollLockOn()  
boolean  metaStateHasModifiers( int, int )  
boolean  metaStateHasNoModifiers( int)  
int  normalizeMetaState( int)  
 

Changed Methods
boolean  getKeyData( KeyData) Now deprecated.
 
 

Added Fields
int  FLAG_FALLBACK  
int  KEYCODE_APP_SWITCH  
int  KEYCODE_AVR_INPUT  
int  KEYCODE_AVR_POWER  
int  KEYCODE_BOOKMARK  
int  KEYCODE_BREAK  
int  KEYCODE_CAPS_LOCK  
int  KEYCODE_CAPTIONS  
int  KEYCODE_CHANNEL_DOWN  
int  KEYCODE_CHANNEL_UP  
int  KEYCODE_CTRL_LEFT  
int  KEYCODE_CTRL_RIGHT  
int  KEYCODE_DVR  
int  KEYCODE_ESCAPE  
int  KEYCODE_F1  
int  KEYCODE_F10  
int  KEYCODE_F11  
int  KEYCODE_F12  
int  KEYCODE_F2  
int  KEYCODE_F3  
int  KEYCODE_F4  
int  KEYCODE_F5  
int  KEYCODE_F6  
int  KEYCODE_F7  
int  KEYCODE_F8  
int  KEYCODE_F9  
int  KEYCODE_FORWARD  
int  KEYCODE_FORWARD_DEL  
int  KEYCODE_FUNCTION  
int  KEYCODE_GUIDE  
int  KEYCODE_INFO  
int  KEYCODE_INSERT  
int  KEYCODE_MEDIA_CLOSE  
int  KEYCODE_MEDIA_EJECT  
int  KEYCODE_MEDIA_PAUSE  
int  KEYCODE_MEDIA_PLAY  
int  KEYCODE_MEDIA_RECORD  
int  KEYCODE_META_LEFT  
int  KEYCODE_META_RIGHT  
int  KEYCODE_MOVE_END  
int  KEYCODE_MOVE_HOME  
int  KEYCODE_NUMPAD_0  
int  KEYCODE_NUMPAD_1  
int  KEYCODE_NUMPAD_2  
int  KEYCODE_NUMPAD_3  
int  KEYCODE_NUMPAD_4  
int  KEYCODE_NUMPAD_5  
int  KEYCODE_NUMPAD_6  
int  KEYCODE_NUMPAD_7  
int  KEYCODE_NUMPAD_8  
int  KEYCODE_NUMPAD_9  
int  KEYCODE_NUMPAD_ADD  
int  KEYCODE_NUMPAD_COMMA  
int  KEYCODE_NUMPAD_DIVIDE  
int  KEYCODE_NUMPAD_DOT  
int  KEYCODE_NUMPAD_ENTER  
int  KEYCODE_NUMPAD_EQUALS  
int  KEYCODE_NUMPAD_LEFT_PAREN  
int  KEYCODE_NUMPAD_MULTIPLY  
int  KEYCODE_NUMPAD_RIGHT_PAREN  
int  KEYCODE_NUMPAD_SUBTRACT  
int  KEYCODE_NUM_LOCK  
int  KEYCODE_PROG_BLUE  
int  KEYCODE_PROG_GREEN  
int  KEYCODE_PROG_RED  
int  KEYCODE_PROG_YELLOW  
int  KEYCODE_SCROLL_LOCK  
int  KEYCODE_SETTINGS  
int  KEYCODE_STB_INPUT  
int  KEYCODE_STB_POWER  
int  KEYCODE_SYSRQ  
int  KEYCODE_TV  
int  KEYCODE_TV_INPUT  
int  KEYCODE_TV_POWER  
int  KEYCODE_VOLUME_MUTE  
int  KEYCODE_WINDOW  
int  KEYCODE_ZOOM_IN  
int  KEYCODE_ZOOM_OUT  
int  META_ALT_MASK  
int  META_CAPS_LOCK_ON  
int  META_CTRL_LEFT_ON  
int  META_CTRL_MASK  
int  META_CTRL_ON  
int  META_CTRL_RIGHT_ON  
int  META_FUNCTION_ON  
int  META_META_LEFT_ON  
int  META_META_MASK  
int  META_META_ON  
int  META_META_RIGHT_ON  
int  META_NUM_LOCK_ON  
int  META_SCROLL_LOCK_ON  
int  META_SHIFT_MASK  
 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.