summaryrefslogtreecommitdiffstats
path: root/core/java/android/inputmethodservice/Keyboard.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix 3374446: Allow multiple shift keys in Keyboard.Jim Miller2011-01-201-9/+24
| | | | | | | | | | | This fixes a bug introduced in 3c6dd8f9 because we now have two shift keys. The code now tracks a global state and looks for up to two shift keys. Update after review and added code to handle extra invalidate required by additional shift key. Change-Id: Ic1728dd0ceec089089cd1beca1b0b30565d6e658
* am a79433cb: am ecd43cca: Merge "Initialize Keyboard.Key attributes from ↵Tadashi G. Takaoka2010-09-171-3/+4
|\ | | | | | | | | | | | | | | | | parent Keyboard.Row" into gingerbread Merge commit 'a79433cb66c83b3a27e94e42aef95cbae752bcc5' * commit 'a79433cb66c83b3a27e94e42aef95cbae752bcc5': Initialize Keyboard.Key attributes from parent Keyboard.Row
| * Initialize Keyboard.Key attributes from parent Keyboard.RowTadashi G. Takaoka2010-09-171-3/+4
| | | | | | | | | | Bug: 3009940 Change-Id: I22ef3e507c31e46b7581e20bcdd6b5ebc750adfe
* | lock screen for xlargeJae Yong Sung2010-08-131-1/+24
|/ | | | Change-Id: Iab9f53609bf24be774752a9960aaaa654d7a614f
* Increase search radius for adjacent keys, to reduce unpredictability ofAmith Yamasani2009-08-131-1/+1
| | | | suggestions.
* * update all metrics data when updating density.Mitsuru Oshima2009-05-111-6/+6
| | | | | * Keyboard should use DisplayMetrics from Resource rather than getting it from WindowManager as the display metrics can differ under compatibility mode.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+815
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-815/+0
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-0/+60
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-4/+3
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-5/+5
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+756