summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/internal/PointerTrackerQueue.java
Commit message (Expand)AuthorAgeFilesLines
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-3/+1
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-3/+3
* Cancel all ongoing event when onFinishInputViewTadashi G. Takaoka2013-07-251-1/+1
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-1/+1
* Fix PointerTrackerQueue.releaseAllPointerOlderThanTadashi G. Takaoka2013-05-141-24/+34
* Don't triger onPress and startLongPressTimer when gesture is canceledTadashi G. Takaoka2013-04-221-2/+2
* Use private object as a lock instead of synchronized methodTadashi G. Takaoka2013-04-101-123/+145
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8
* Cancel gesture typing by sliding out from keyboardTadashi G. Takaoka2012-11-221-0/+10
* Cleanup: Make some classes as finalTadashi G. Takaoka2012-09-271-1/+1
* Show gesture floating preview text at oldest fingerTadashi G. Takaoka2012-09-131-0/+4
* Add CollectionUtils class to create generic collection easilyTadashi G. Takaoka2012-08-221-1/+3
* Use ArrayList to implement PointerTrackerQueueTadashi G. Takaoka2012-08-081-46/+113
* Add PointerTrackerQueue unit testsTadashi G. Takaoka2012-08-071-24/+26
* Merging minimal gesture inputTom Ouyang2012-07-131-0/+4
* Register the key when the finger slides off it in multitouchTadashi G. Takaoka2012-07-101-0/+15
* Remove unnecessary and harmful KeyboardState.onUpdateShiftState callTadashi G. Takaoka2012-02-161-3/+21
* Use Iterator in PointerTrackerQueueTadashi G. Takaoka2011-12-011-26/+25
* Fix IndexOutOfBoundsException in monkey testTadashi G. Takaoka2011-11-161-9/+12
* Merge key preview handling into key graphics handlingTadashi G. Takaoka2011-07-231-5/+4
* Move PointerTrackerQueue into PointerTrackerTadashi G. Takaoka2011-07-121-1/+1
* Move keyboard related internal class to separate packageTadashi G. Takaoka2011-06-221-0/+85