aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/BaseKeyboardView.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Should cancel both normal and shift long press timers•••Bug: 3132881 Change-Id: Ib89e2efa4e68e7d57ac1123df2ec6241f1b902d1 Tadashi G. Takaoka2010-11-101-9/+5
* Using distance to the edge of key as proximity detection•••Because there may be very long key, such as space bar on tablet, we should not use the distance between the touch point and the center of key as proximity detection. Instead of that, this change uses the distance between the point and the nearest edge of key as proximity detection. Also this change fixes the bug that space key (code 32) was not counted in proximity detection. Bug: 3164020 Bug: 3168138 Change-Id: I687f1ce94a8e944c3f6eea0fe00e18ed6e68e278 Tadashi G. Takaoka2010-11-061-18/+34
* Rename LatinKeyboardBaseView class to KeyboardBaseView•••Change-Id: I496ecbfa7d398583d01f821398f49f75d17311d8 Tadashi Takaoka2010-11-051-0/+1480