aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/keyboard/internal/PointerTrackerQueue.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Make some classes as final•••Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e Tadashi G. Takaoka2012-09-271-1/+1
* Show gesture floating preview text at oldest finger•••Bug: 7119032 Change-Id: Iddb26ba1a595e472fde0982d744b5652d5fbda3e Tadashi G. Takaoka2012-09-131-0/+4
* Add CollectionUtils class to create generic collection easily•••Change-Id: I6b4de9187e122298e5e9cd8ddc9070d062df6a89 Tadashi G. Takaoka2012-08-221-1/+3
* Use ArrayList to implement PointerTrackerQueue•••Change-Id: Ie386e6c7869df4df940e09fccffc5cd661134557 Tadashi G. Takaoka2012-08-081-46/+113
* Add PointerTrackerQueue unit tests•••This is a groundwork to elminate LinkedList from PointerTrackerQueue. Change-Id: Ib77780537ceb0b4273fb8e483977ab76124c5ce7 Tadashi G. Takaoka2012-08-071-24/+26
* Merging minimal gesture input•••Change-Id: Iee6ae48bb6309c2867b5d2e344fe7d86dfabd654 Tom Ouyang2012-07-131-0/+4
* Register the key when the finger slides off it in multitouch•••Moved from jb-dev branch (I807fd6f4). Bug: 6722867 Change-Id: I9764ac72f726396caaac819675d440372c882981 Tadashi G. Takaoka2012-07-101-0/+15
* Remove unnecessary and harmful KeyboardState.onUpdateShiftState call•••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 Tadashi G. Takaoka2012-02-161-3/+21
* Use Iterator in PointerTrackerQueue•••Change-Id: Ia5ad7d4511b2f2db056f2acf7cc0e002001e2123 Tadashi G. Takaoka2011-12-011-26/+25
* Fix IndexOutOfBoundsException in monkey test•••Bug: 5627027 Change-Id: I341cfa5c3d553a1c819d8455936b40a40ad30e87 Tadashi G. Takaoka2011-11-161-9/+12
* Merge key preview handling into key graphics handling•••Change-Id: I7b0ba38d833362817c607f6abffbaf0a07f52832 Tadashi G. Takaoka2011-07-231-5/+4
* Move PointerTrackerQueue into PointerTracker•••Bug: 4768084 Change-Id: I1be83b38c48147827c871c92e17d37da3aeb0f95 Tadashi G. Takaoka2011-07-121-1/+1
* Move keyboard related internal class to separate package•••Change-Id: Ic1459066b865cde5104b3734193f76c997959c68 Tadashi G. Takaoka2011-06-221-0/+85