Class android.view.KeyEvent

Added Constructors
KeyEvent( KeyEvent)  
KeyEvent( long, String , int , int )  
 

Added Methods
KeyEvent  changeAction( KeyEvent, int )  
KeyEvent  changeFlags( KeyEvent, int )  
KeyEvent  changeTimeRepeat( KeyEvent, long , int )  
String  getCharacters()  
int  getMaxKeyCode()  
 

Added Fields
int  FLAG_EDITOR_ACTION  
int  FLAG_FROM_SYSTEM  
int  FLAG_KEEP_TOUCH_MODE  
int  FLAG_SOFT_KEYBOARD  
int  KEYCODE_MEDIA_FAST_FORWARD  
int  KEYCODE_MEDIA_NEXT  
int  KEYCODE_MEDIA_PLAY_PAUSE  
int  KEYCODE_MEDIA_PREVIOUS  
int  KEYCODE_MEDIA_REWIND  
int  KEYCODE_MEDIA_STOP  
int  KEYCODE_MUTE  
 

Changed Fields
int  MAX_KEYCODE Now deprecated.
 
 
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.