Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)

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 .