aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestionsView.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-111-117/+0
|
* Fix not intercepting touch event while in modal modeTadashi G. Takaoka2014-09-221-1/+9
| | | | | Bug: 17600156 Change-Id: Ife8f04550411d88311e08dd33e370a410d791ca2
* [SD3] Forward the script ID to where it will be usedJean Chalard2014-06-271-3/+2
| | | | | Bug: 15840116 Change-Id: If2073e76fed74ae6e1cdd7670013e0e985b0e630
* Remove redundant override methods and extended classesTadashi G. Takaoka2014-06-241-12/+4
| | | | | Bug: 15727335 Change-Id: Icea09f0643e7aeb8e722e473ad322f7439c3497a
* Refactor keyboard accessibility delegate classesTadashi G. Takaoka2014-06-241-0/+1
| | | | | Bug: 15727335 Change-Id: I1aa79a6f7f8cf14bacec391c016a5d1c553eea24
* Fix overwriting accessibility delegate in setKeyboardTadashi G. Takaoka2014-06-081-3/+11
| | | | | | | | | A keyboard accessibility delegate object should be a singleton for each keyboard view. Bug: 15437933 Bug: 15419386 Change-Id: Ia70853c644d950ea6130c1f209b89929b1cb1ee5
* Support more suggestions accessibility modeTadashi G. Takaoka2014-06-041-0/+14
| | | | | Bug: 12491371 Change-Id: Ib01452b6a2a53faa591b05e62014f356e0511308
* Move MoreSuggestionsListener to MoreSuggestionsViewTadashi G. Takaoka2014-05-271-1/+6
| | | | Change-Id: I3b5bc630bf73a357ed0beeec0b555149ef248313
* Refactor MoreKeysKeyboardView to use Key classTadashi G. Takaoka2014-05-211-2/+9
| | | | | | | This can make MoreSuggestionsView to use extended Key class to hold a index of a suggested word. Change-Id: I54d03d2447b04e3caf3e19e7cadcd391cbf58dd5
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-1/+1
| | | | | | The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
* Add _gb to Gingerbread resourcesTadashi G. Takaoka2013-08-271-1/+1
| | | | | Bug: 10415342 Change-Id: Id8caf5a972fe72b577dbf50dcd2cf739b2d35a32
* Introduce MoreSuggestionsListener classTadashi G. Takaoka2013-05-011-2/+23
| | | | | Bug: 8694255 Change-Id: I9420a7cb1983c6211f58d13b3b11db4347c3f99b
* Reset vertical correction when more suggestions are in modal modeTadashi G. Takaoka2013-04-151-0/+6
| | | | | Bug: 8605150 Change-Id: Iadbebfb80e765c97e58e8524eb87419f2a9e41d4
* Add TypefaceUtilsTadashi G. Takaoka2013-04-111-1/+1
| | | | Change-Id: I2d939bc1e3279253902b28ff12bbf7861716b64d
* Cache MoreKeysKeyboard instead of container view of itTadashi G. Takaoka2013-01-221-21/+2
| | | | | | | This change also cleans up MoreKeysPanel related stuff. Bug: 8047165 Change-Id: I4f2211e00c7d08469a7413568db039c1c597fb3c
* Refactor more keys menu framework (part 2)Tom Ouyang2012-12-131-168/+11
| | | | | | | | | - Integrate pointer tracking between more keys menu, more suggestions menu, and main keyboard. - Adds multi-touch support for more keys menus. Long press with one finger and select keys with another finger. Bug: 7508007 Change-Id: I394f28cd79e342d6bcfea573af72aa33b9def00f
* Refactor more keys menu framework (part 1)Tom Ouyang2012-12-071-17/+21
| | | | | | | Eliminate use of slower popup window for rendering the more keys menu and more suggestions menu. These menus are now drawn directly on the preview placer view. Change-Id: I40638724a6ffde2be4b5d0341d2a5db7ff7be930
* Add CoordinateUtils classTadashi G. Takaoka2012-11-281-2/+3
| | | | Change-Id: I23784117f77da54ee2a0670e65d86e26d762a687
* am 344a7fef: am 658e935b: am c0bc3369: Merge "Fix more suggestions text ↵Tadashi G. Takaoka2012-10-161-0/+4
|\ | | | | | | | | | | | | width calculation" into jb-mr1-dev * commit '344a7fef5bd101e2d1c4278cc35de2862f28a456': Fix more suggestions text width calculation
| * Fix more suggestions text width calculationTadashi G. Takaoka2012-10-161-0/+4
| | | | | | | | | | Bug: 7345983 Change-Id: Ic1554db98e7aaf032eb90a98c0c37c7c789461b5
* | Add final modifier to the classes under suggestions sub-packageTadashi G. Takaoka2012-10-031-13/+15
|/ | | | Change-Id: I19fc8eaac1aebef9cf4deb004e78484ff9a1e7ca
* Cleanup: Make some classes as finalTadashi G. Takaoka2012-09-271-1/+1
| | | | Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e
* Rename SuggestionsView to SuggestionStripViewTadashi G. Takaoka2012-07-231-1/+1
|
* Dismiss more suggestions panel when suggestions strip is closedTadashi G. Takaoka2012-06-141-1/+1
| | | | | | | This change fixes possible NPE as well. Bug: 6658028 Change-Id: I8706808d1002b7b0b95930fd9b08568f08645da6
* Fix calculation of more keys keyboard position based on key previewTadashi G. Takaoka2012-05-091-4/+2
| | | | | Bug: 6135881 Change-Id: Id1c4e2c13d13b474466cb9b42b425aa9f6f9448b
* Refactor key drawing code in KeyboardViewTadashi G. Takaoka2012-03-211-4/+4
| | | | Change-Id: Ic7af05caee32eb6cba68d27ba4e2d9072472b34d
* Fix centering more suggestions panel on tabletTadashi G. Takaoka2012-03-081-21/+11
| | | | | Bug: 6129726 Change-Id: I8dac3251eec68ad3fb523c632ff39f3cc661c81f
* Integrate the logic to calculate the proximitiessatok2012-03-061-1/+1
| | | | | | Bug: 4343280 Change-Id: I0f6a7e6912ed4abea07c10d266da4c7ccb0dae76
* Auto generate various shift states alphabet keyboard automaticallyTadashi G. Takaoka2012-01-311-5/+0
| | | | | | | | | | | | | | | | | | If any shift state variants of alphabet keyboard layout is not specified in KeyboardSet.Element, it will be automatically generated from base alphabet keyboard definition. This change also * Eliminates KeyboardShiftState object from Keyboard. * Removes various set shift state methods from Keyboard. * Removes KeyboardSet.Element.elementAutoGenerate attribute. * Separates "sticky" Key.backgroundType to "stickyOff" and "stickyOn" * Add preserveCase flag to smiley, .com, and labeled special keys. * Rename KeyboardShiftState class to AlphabetShiftState. * Rename some attributes from *UppercaseLetter* to *ShiftedLetterHint*. * Introduce shiftedLetterActivated to Key.keyLabelFlags Change-Id: I01a0a8efeeaa76820ae728a5bdfa8d02b6ce74b7
* Rename KeyboardActionListener methodsTadashi G. Takaoka2012-01-171-4/+4
| | | | | | | | | | | * Rename KeyboardActionListener.onPress to onPressKey * Rename KeyboardActionListener.onRelease to onReleaseKey * Merge KeyboardSwicther.onPressShift, onPressSymbol, and onPressOtherKey to onPressKey. * Merge KeyboardSwitcher.onReleaseShift and onReleaseSymbol to onReleaseKey. * Merge KeyboardState.onPressShift, onPressSymbol, and onPressOtherKey to onPressKey. * Merge KeyboardState.onReleaseShift and onReleaseSymbol to onReleaseKey. Change-Id: Icf28fd18e238c5e534c292893e4ab5b6b98e72f8
* Add com.android.inputmethod.latin.suggestions packageTadashi G. Takaoka2011-12-161-0/+238
Change-Id: If4b823768ab9c073625da3034ecc8091be1df230