summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/Row.java
Commit message (Collapse)AuthorAgeFilesLines
* Move keyboard related internal class to separate packageTadashi G. Takaoka2011-06-221-72/+0
| | | | Change-Id: Ic1459066b865cde5104b3734193f76c997959c68
* Fix copyright author from Google to AOSPTadashi G. Takaoka2011-05-201-1/+1
| | | | Change-Id: Iaceedc783181e43af6dd48ece218a42eace66532
* Remove Row object from MiniKeyboardBuilderTadashi G. Takaoka2011-01-011-9/+0
| | | | Change-Id: I981278f29fdd23d80c3da21ecdbbda6d62a0dfde
* Add popupKeyboardTemplate attribute to KeyboardTadashi G. Takaoka2010-12-171-2/+2
| | | | | | | | | | | | | | This change - introduces the popupKeyboardTemplate attribute of Keyboard to specify XML Keyboard file for popup mini keyboard. - introduces the maxPopupKeyboardColumn attribute of Keyboard to specify the maximum column of popup mini keyboard. - changes the content format of the popupCharacters attribute of Key. It now represents keyLabel, codes and keyTextOutput of each key of popup mini keyboard using CSV format. Bug: 2214959 Change-Id: I539e310f7e38a049ee193de0b4ad5d7afdce37b1
* Support keyboardHeight and maxKeyboardHeight to Keyboard XMLTadashi G. Takaoka2010-12-081-3/+3
| | | | | | | | | | | | | This change introduces, - new attribute keyboardHeight to specify default keyboard height. - new attribute maxKeyboardHeight to specify maximum keyboard height, usually specified by percentage to the screen height. - keyHeight attribute is obsoleted - new attribute rowHeight to specify a row height, can be specifed as percentage of the keyboard height. And verticalGap is included to the row height (row height = key height + vertical gap). Change-Id: I48a2f2661e8a91a998503a847437c1baf1de9b9c
* Make Key, Row and Keyboard attributes finalTadashi G. Takaoka2010-12-031-18/+26
| | | | Change-Id: Ie87e9e8936646334646cc93b228e0f6a93a79e5b
* Refactor LatinKeyboard and LatinKeyTadashi G. Takaoka2010-12-021-14/+14
| | | | | | | | | This change also moves KeyboardSwitcher and related classes to com.android.inputmethod.keyboard package. Multi project change with Ib23017b2 Change-Id: Id7d54b24615fe22ebb540ca847549909e346ee24
* Move some inner static class to top class in new packageTadashi G. Takaoka2010-12-021-0/+73
This change introduces new package com.android.inputmethod.keyboard which hosts keyboard related classes. Also adds missing @Override and @SuppressWarning("unused") annotation Change-Id: I0317f5cfa317e13f3c77815f48ffc69b5d1ade05