aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/keyboard/internal/PointerTrackerQueue.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-111-238/+0
|
* Fix typo.Keisuke Kuroyanagi2014-09-251-3/+3
| | | | Change-Id: Ib090a3dfa7e53232e0d1ef5e4d2cbe48130f657f
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-3/+1
| | | | Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-3/+3
| | | | | | The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
* Cancel all ongoing event when onFinishInputViewTadashi G. Takaoka2013-07-251-1/+1
| | | | | Bug: 9334755 Change-Id: If0c2ac49a50f4a529aefeca603569f9413367469
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-1/+1
| | | | Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
* Fix PointerTrackerQueue.releaseAllPointerOlderThanTadashi G. Takaoka2013-05-141-24/+34
| | | | Change-Id: If353869720895ee5355079c15c724132762dd70c
* Don't triger onPress and startLongPressTimer when gesture is canceledTadashi G. Takaoka2013-04-221-2/+2
| | | | | Bug: 8650846 Change-Id: Ice5ef07d6833422906b0b756206e097f75d1f2db
* Use private object as a lock instead of synchronized methodTadashi G. Takaoka2013-04-101-123/+145
| | | | Change-Id: I0b9a935d8c97ddfb18ab7950a9d6bf542863072a
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8
| | | | Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
* Cancel gesture typing by sliding out from keyboardTadashi G. Takaoka2012-11-221-0/+10
| | | | | Bug: 7594165 Change-Id: I7849d763e49b57716e8418fb8b6f90eca3a5d2ec
* Cleanup: Make some classes as finalTadashi G. Takaoka2012-09-271-1/+1
| | | | Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e
* Show gesture floating preview text at oldest fingerTadashi G. Takaoka2012-09-131-0/+4
| | | | | Bug: 7119032 Change-Id: Iddb26ba1a595e472fde0982d744b5652d5fbda3e
* Add CollectionUtils class to create generic collection easilyTadashi G. Takaoka2012-08-221-1/+3
| | | | Change-Id: I6b4de9187e122298e5e9cd8ddc9070d062df6a89
* Use ArrayList to implement PointerTrackerQueueTadashi G. Takaoka2012-08-081-46/+113
| | | | Change-Id: Ie386e6c7869df4df940e09fccffc5cd661134557
* Add PointerTrackerQueue unit testsTadashi G. Takaoka2012-08-071-24/+26
| | | | | | This is a groundwork to elminate LinkedList from PointerTrackerQueue. Change-Id: Ib77780537ceb0b4273fb8e483977ab76124c5ce7
* Merging minimal gesture inputTom Ouyang2012-07-131-0/+4
| | | | Change-Id: Iee6ae48bb6309c2867b5d2e344fe7d86dfabd654
* Register the key when the finger slides off it in multitouchTadashi G. Takaoka2012-07-101-0/+15
| | | | | | | Moved from jb-dev branch (I807fd6f4). Bug: 6722867 Change-Id: I9764ac72f726396caaac819675d440372c882981
* Remove unnecessary and harmful KeyboardState.onUpdateShiftState callTadashi G. Takaoka2012-02-161-3/+21
| | | | | | | | | This change also cancels double tap and long press timers if other letter key is pressed after shift key. Bug: 5693999 Bug: 6017610 Change-Id: I3b5f3debfb8915fa73a93b409a38afadf24132e9
* Use Iterator in PointerTrackerQueueTadashi G. Takaoka2011-12-011-26/+25
| | | | Change-Id: Ia5ad7d4511b2f2db056f2acf7cc0e002001e2123
* Fix IndexOutOfBoundsException in monkey testTadashi G. Takaoka2011-11-161-9/+12
| | | | | | Bug: 5627027 Change-Id: I341cfa5c3d553a1c819d8455936b40a40ad30e87
* Merge key preview handling into key graphics handlingTadashi G. Takaoka2011-07-231-5/+4
| | | | Change-Id: I7b0ba38d833362817c607f6abffbaf0a07f52832
* Move PointerTrackerQueue into PointerTrackerTadashi G. Takaoka2011-07-121-1/+1
| | | | | Bug: 4768084 Change-Id: I1be83b38c48147827c871c92e17d37da3aeb0f95
* Move keyboard related internal class to separate packageTadashi G. Takaoka2011-06-221-0/+85
Change-Id: Ic1459066b865cde5104b3734193f76c997959c68