summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/internal/Row.java
Commit message (Collapse)AuthorAgeFilesLines
* Move Row class into KeyboardBuilderTadashi G. Takaoka2011-09-021-56/+0
| | | | | | | This is a followup of I5929e656. Bug: 5245837 Change-Id: I06bc2774f77a2c5ddf0b6fe1b3ee70e9b3a7dd23
* Calculate x coordinate with floating pointTadashi G. Takaoka2011-09-021-4/+4
| | | | | | | This change also fixes some keyboard layouts a bit. Bug: 5245837 Change-Id: I5929e656763b150e71afe89238386904da214e21
* Move current x coordinate value into Row classTadashi G. Takaoka2011-09-021-1/+8
| | | | | | | This is a preparation to address the issue. Bug: 5245837 Change-Id: If5d463304c1689a840c8b761fedb0a8e2193734b
* Cleanup Keyboard related code and rename some classesTadashi G. Takaoka2011-08-021-2/+2
| | | | | | | This is a follow up change of I90ffbde0 Bug: 5023981 Change-Id: I3a6b862d05f5f907dee954cd6d6fee983b20ab5e
* Make Keyboard object immutable except shift stateTadashi G. Takaoka2011-08-011-16/+9
| | | | | | | This is the first step to implement suggestions pane as mini keyboard. Bug: 5023981 Change-Id: I90ffbde0fda19b4be68add449310997b56bf6904
* Make horigontalGap and verticalGap attributes of Row obsoleteTadashi G. Takaoka2011-08-011-8/+0
| | | | | Bug: 5023981 Change-Id: Ifb07b54a68cfdd32ff2ea79812188fb6158bd073
* Remove Key edge flags from XMLTadashi G. Takaoka2011-07-201-9/+0
| | | | | | | | | The first key and the last of the row are automatically marked as left and right edge key respectively. The existence of Spacer will prevent those automatic marking. Bug: 5038844 Change-Id: Ie34169ceaf76e24923b8d8125eda6ecb95cf1fee
* Move icon declaration to Keyboard themeTadashi G. Takaoka2011-06-221-3/+3
| | | | | Bug: 4436327 Change-Id: I074014d28dcb323b60dbc8fd9e169c75c393e0b3
* Move keyboard related internal class to separate packageTadashi G. Takaoka2011-06-221-0/+73
Change-Id: Ic1459066b865cde5104b3734193f76c997959c68