aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/InputView.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stop overriding InputView.dispatchTouchEventTadashi G. Takaoka2014-02-171-56/+63
| | | | | | Bug: 11721001 Bug: 11976254 Change-Id: I950f13ec4084da7fd9c1c25fd7abed1e5d31ed4c
* Cancel more suggestions panel when touching keyboardTadashi G. Takaoka2013-12-171-0/+39
| | | | | Bug: 10010128 Change-Id: I2ff0870c69f407d943caf8b9cec90b7ed89de5f1
* Refactor touch event forwarding in InputViewTadashi G. Takaoka2013-12-171-56/+133
| | | | | Bug: 10010128 Change-Id: I82aa4ce847e66cb1241678f39b47b9e27a0f555a
* Consolidate forwardTouchEvent with dispatchTouchEventTadashi G. Takaoka2013-08-061-14/+10
| | | | Change-Id: Ib73962acff72be0a78a3565028572ad694fb8501
* Remove unnecessary suggestion strip containerTadashi G. Takaoka2013-08-061-5/+5
| | | | Change-Id: I3710e1fe1574c0f69f7f448619e939fb45e9b8d3
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8
| | | | Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
* Cleanup: Make some classes as finalTadashi G. Takaoka2012-09-271-1/+1
| | | | Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e
* Rename SuggestionsView to SuggestionStripViewTadashi G. Takaoka2012-07-231-6/+7
|
* Forward touch events above the keyboard to the suggestions stripTadashi G. Takaoka2011-09-271-0/+112
The gutter area between the suggestions strip and the top-row keys looks like a part of the suggestions strip, and the touch events landing on the area should be forwarded to the suggestions strip. Bug: 5246673 Change-Id: I92af763be0feed21aa36ceffb5d575abe554f19e