aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/KeyDetector.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move some inner static class to top class in new packageTadashi G. Takaoka2010-12-021-112/+0
| | | | | | | | | 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
* Rename LatinKeyboardBaseView class to KeyboardBaseViewTadashi Takaoka2010-11-051-1/+1
| | | | Change-Id: I496ecbfa7d398583d01f821398f49f75d17311d8
* Unbundle Keyboard.java to BaseKeyboard.javasatok2010-10-021-4/+3
| | | | Change-Id: I8b310c2c0cae1a151e53c22001c586697346982c
* Followup TBR in I87060049Tadashi G. Takaoka2010-09-031-2/+33
| | | | | | This change is followup TBR in I87060049cad6f9d6432b6c4a246c15587ae0d837 Change-Id: I02ee33da269162f5e95ce5b985dbf5094ba14c0d
* Refactor KeyDetector to share more methodsTadashi G. Takaoka2010-09-031-2/+16
| | | | | Bug: 2959169 Change-Id: I87060049cad6f9d6432b6c4a246c15587ae0d837
* Encapsulate vertical and horizontal correction values into KeyDetector.Tadashi G. Takaoka2010-09-021-1/+13
| | | | | Bug: 2959169 Change-Id: Id2b0b974fffdf6f09ee1828e957b973d2ce1c315
* Make abstract KeyDetector classTadashi G. Takaoka2010-09-021-0/+56
The KeyDetector abstracts key detection algorithm. The ProximityKeyDetector is one of its concrete implementations. Another one that might be called XAxisKeyDetector will follow to realize the pop-up mini-keyboard behavior described in bug#2959169. Bug: 2959169 Change-Id: Idd3fc53282e6b721ec7a4ce500af8aba21ce07a3