| java.lang.Object | |
| ↳ | android.view.KeyCharacterMap.KeyData | 
       
        This class was deprecated
      in API level 11.
       
       
       instead use
       
        
         getDisplayLabel(int)
        
       
       ,
       
        
         getNumber(int)
        
       
       and
       
        
         get(int, int)
        
       
       .
      
Describes the character mappings associated with a key.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | META_LENGTH | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
          | 
        displayLabel | 
         The display label (see
         
          
           getDisplayLabel(int)
          
         
         ).
         | 
       |||||||||
| 
          | 
        meta | 
         The character that will be generated in various meta states
 (the same ones used for
         
          
           get(int, int)
          
         
         and defined as
         
          
           META_SHIFT_ON
          
         
         and
         
          
           META_ALT_ON
          
         
         ).
         | 
       |||||||||
| 
          | 
        number | 
         The "number" value (see
         
          
           getNumber(int)
          
         
         ).
         | 
       |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
          | 
        
          | 
       ||||||||||
| 
         
          [Expand]
         
          
          Inherited Methods
          
         | 
       |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
         
           
         
         From class
         
          java.lang.Object
         
          | 
       |||||||||||
         The character that will be generated in various meta states
 (the same ones used for
         
          
           get(int, int)
          
         
         and defined as
         
          
           META_SHIFT_ON
          
         
         and
         
          
           META_ALT_ON
          
         
         ).
         
| Index | Value | 
|---|---|
| 0 | no modifiers | 
| 1 | caps | 
| 2 | alt | 
| 3 | caps + alt |