aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/PointerTracker.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Symbol key acts as modifier keyTadashi G. Takaoka2010-09-091-10/+17
| | | | | | | | | | On a device that has distinct multi-touch panel, pressing '123?' key will change keyboard layout to symbol mode. While pressing '123?' key, you can press other symbol key to input. Then releasing '123?' key will change keyboard layout back to alphabet mode. Bug: 2973383 Change-Id: I3b069fb19141820def8060db4766a08c7c0a6ff0
* Dismiss mini keyboard when finger is released outside mini keyboardTadashi G. Takaoka2010-09-071-3/+7
| | | | | | Bug: 2978975 Change-Id: Ie634e8ae827fe093c5c673b75d85835050b03794
* Fixed extra periods when chording with shift and spaceTadashi G. Takaoka2010-09-071-4/+7
| | | | | | | | Actually it was caused by canceling repeat key (space and delete) when multiple pointer are touching. Bug: 2975041 Change-Id: If82183b9225efdace7b5418860b9664f1705b7ec
* Support multi-touch only when device has distinct multi-touch panelTadashi G. Takaoka2010-09-061-4/+30
| | | | | Bug: 2973373 Change-Id: I9871c09ec8c1c2aa945d97392e61ee1ec585baef
* One alternate is treated as key action, not open mini keyboardTadashi G. Takaoka2010-09-031-1/+7
| | | | | | | | This change also fixes bug#2973683. Bug: 2973546 Bug: 2973683 Change-Id: I67573e5b7cad4af261591a4a608d0596dd7901f2
* Fix NPE in LatinKeyboardBaseViewTadashi G. Takaoka2010-09-031-5/+9
| | | | | | | | This change also refactors some mini-keyboard related methods in LatinKeyboardBaseView and PointerTracker class. Bug: 2973236 Change-Id: I3190fe89ea3ac3c6d351ed4b6d77de98a0aa65db
* Support sliding pop-up mini-keyboard inputTadashi G. Takaoka2010-09-031-1/+19
| | | | | | | | | | | TODO: - Remove close button on mini-keyboard - Dismiss mini-keyboard when finger leave the screen while no key is selected This change also renames some instance variables to have more meaningful name. Bug: 2959169 Change-Id: I9fd79116a647d7be82415c6e9e7cdaf6edcb2bf6
* Corresponding to TBR of Ie6cf6768Tadashi G. Takaoka2010-09-021-4/+3
| | | | | | | This is follow up change of Ie6cf67681180467bd8ba35d0205ce6727b7684a2 Bug: 2959169 Change-Id: I9e4cb0c9178856ddd6049f0b751b54f3ad26a266
* Encapsulate vertical and horizontal correction values into KeyDetector.Tadashi G. Takaoka2010-09-021-30/+30
| | | | | Bug: 2959169 Change-Id: Id2b0b974fffdf6f09ee1828e957b973d2ce1c315
* Add PointerTracker argument to long press related methodsTadashi G. Takaoka2010-09-021-6/+23
| | | | | | | This change also adds debugging log to PointerTracker class Bug: 2959169 Change-Id: Ie6cf67681180467bd8ba35d0205ce6727b7684a2
* Queuing PointerTracker to support n-key roll-over and shift modifier.Tadashi G. Takaoka2010-09-021-1/+21
| | | | | Bug: 2910379 Change-Id: I5cfae33e72a406585137842a2260310813cee07f
* Refactor PointerTracker to add isValidKeyIndex() predicate.Tadashi G. Takaoka2010-09-021-22/+32
| | | | | Bug: 2910379 Change-Id: If2b28764dc777bb62949a95bc61c4a16ff152220
* Add new public attribute mPointerId to PointerTrackerTadashi G. Takaoka2010-09-021-1/+4
| | | | | | | | It is easier to track each pointer if a PointerTracker object keeps its pointer id. Bug: 2910379 Change-Id: If3e3b0cf3d834d22302598f4d85d54c9a4ce92ba
* Make abstract KeyDetector classTadashi G. Takaoka2010-09-021-2/+2
| | | | | | | | | | The KeyDetector abstracts key detection algorithm. The ProximityKeyDetector is one of its concrete implementations. Another one that might be called XAxisKeyDetector will follow to realize the pop-up mini-keyboard behavior described in bug#2959169. Bug: 2959169 Change-Id: Idd3fc53282e6b721ec7a4ce500af8aba21ce07a3
* Track all pointers eventsTadashi G. Takaoka2010-09-011-18/+0
| | | | | Bug: 2910379 Change-Id: I179ae4359afb57c351d5fcc5f5453c30d3ef0c01
* Introduce multiple PointerTrackerTadashi G. Takaoka2010-09-011-1/+1
| | | | | Bug: 2910379 Change-Id: Iefafa2d30ad16f898a00664e4bf3e3e88dcd2cb2
* Make KeyDebounce class a top-level class and rename it to PointerTrackerTadashi G. Takaoka2010-09-011-0/+400
Bug: 2910379 Change-Id: I9503b2211b272a4a2903d0732985e5ab8ee39440