aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/SwipeTracker.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move some inner static class to top class in new package•••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 Tadashi G. Takaoka2010-12-021-157/+0
* Remove unused import statement•••Change-Id: I61890a702060650369c6edf70c3de823a0fc1bf1 Tadashi G. Takaoka2010-08-271-1/+0
* Refactor SwipeTracker class•••This change moves SwipeTracker out from LatinKeyboardBaseView. Also this introduces EventBuffer class for swipe tracking buffer. Bug: 2910379 Change-Id: I48ff714226a248ca063cbaf9755cf45e458f7402 Tadashi G. Takaoka2010-08-261-66/+91
* Refactor SwipeTracker to top level class•••Bug: 2910379 Change-Id: If0ef09d8b0e7ca1c62b4c5a31bcaa620664868f2 Tadashi G. Takaoka2010-08-251-0/+133