aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/MoreSuggestions.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce hit box to Key and get rid of edge flags•••Change-Id: I2b78d2ca756223b5497d01127c3a0190dcc81e57 Tadashi G. Takaoka2011-09-281-10/+7
* Fix keyboard row height calculation•••The keyboard height will be distrubuted as: top_padding + (key_height + vertical_gap) * row_count - vertical_gap + bottom_padding Change-Id: I841f356b9dbf8cfaf3756178bc9e4e6b2aa61364 Tadashi G. Takaoka2011-09-261-3/+4
* Add visual dividers to more suggestions panel•••Bug: 5275003 Change-Id: I9464db71388a40ea768984b4cf06c8da05bfa26c Tadashi G. Takaoka2011-09-081-15/+40
* Introduce maxMoreSuggestionsRow and minMoreSuggetionsWidth attributes to Sugg...•••Bug: 5257594 Change-Id: Id52c841b72e38eb9034a1a7f26bcf3d4d81ad216 Tadashi G. Takaoka2011-09-051-6/+7
* Rename CandidateView to SuggestionsView•••Change-Id: I6480cdf025f065130e1969899b259a243e7a11be Tadashi G. Takaoka2011-09-011-5/+5
* Implement popup suggestions pane•••Bug: 5023981 Change-Id: Ie1d69131dbf884a3f6a2beb3ac3427e5437c1486 Tadashi G. Takaoka2011-08-311-0/+203