summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/ProximityKeyDetector.java
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring keyboard drawing code and KeyDetectorTadashi G. Takaoka2011-04-151-124/+0
| | | | Change-Id: I55009bf38b1422301223bd90463f837562559dc5
* Remove next letters frequency handlingTadashi G. Takaoka2011-02-171-22/+79
| | | | | Bug: 3428942 Change-Id: Id62f467ce4e50c60a56d59bf96770e799a4659e2
* Remove multi-tap featureTadashi G. Takaoka2010-12-201-8/+7
| | | | Change-Id: Ife44b3f9d420d77d2cfb51044a8356f02ed63e8b
* Do not pick up closest key if the point is out of any keyTadashi G. Takaoka2010-12-191-8/+1
| | | | | Bug: 3286308 Change-Id: I62771fb209027ddec4595d099d5d397ae4e200fd
* Refactor LatinKeyboard and LatinKeyTadashi G. Takaoka2010-12-021-2/+2
| | | | | | | | | 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/+75
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