summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/PointerTracker.java
Commit message (Expand)AuthorAgeFilesLines
* Cancel update batch input timer only when point is addedTadashi G. Takaoka2013-01-101-1/+4
* Merge "Cancel update batch input timer whenever MotionEvent is received"Tadashi G. Takaoka2013-01-091-0/+5
|\
| * Cancel update batch input timer whenever MotionEvent is receivedTadashi G. Takaoka2013-01-091-0/+5
* | Don't cancel gesture typing while more keys keyboard is shownTadashi G. Takaoka2013-01-091-0/+5
|/
* Call onCancelBatchInput only when onStartBatchInput has been calledTadashi G. Takaoka2012-12-211-3/+4
* Refactor more keys menu framework (part 3)Tom Ouyang2012-12-131-4/+27
* Refactor more keys menu framework (part 2)Tom Ouyang2012-12-131-22/+40
* Refactor more keys menu framework (part 1)Tom Ouyang2012-12-071-1/+2
* Cancel batch input when orientation has been changedTadashi G. Takaoka2012-12-061-8/+15
* Dismiss sliding key input preview when touch event is canceledTadashi G. Takaoka2012-12-041-1/+2
* Merge "Groundwork for sliding key input preview"Tadashi G. Takaoka2012-12-031-7/+18
|\
| * Groundwork for sliding key input previewTadashi G. Takaoka2012-12-031-7/+18
* | Cancel gesture preview update when gesture typing is canceledTadashi G. Takaoka2012-12-031-0/+6
|/
* Cancel update batch input timer when gesture typing has been canceledTadashi G. Takaoka2012-11-301-1/+1
* Fix typo in method nameTadashi G. Takaoka2012-11-281-3/+3
* Provide gesture data even if the finger stays stillTadashi G. Takaoka2012-11-271-14/+32
* Cancel gesture typing by sliding out from keyboardTadashi G. Takaoka2012-11-221-19/+36
* Make sure PointerTrackerQueue is non-nullTadashi G. Takaoka2012-11-011-43/+22
* Merge "Straighten an if-else-if blocks into if-return blocks"Tadashi G. Takaoka2012-10-311-28/+28
|\
| * Straighten an if-else-if blocks into if-return blocksTadashi G. Takaoka2012-11-011-28/+28
* | Cleaup non-distinct multitouch related stuffTadashi G. Takaoka2012-11-011-6/+8
|/
* Consolidate two helper methods (refactor step 3)Tadashi G. Takaoka2012-10-311-25/+13
* Flatten nested if-else blocks into plain if-else blocks (refactor step 2.5)Tadashi G. Takaoka2012-10-311-36/+32
* Separate nested if-blocks into helper methods (refactor step 2)Tadashi G. Takaoka2012-10-311-61/+77
* Separate nested if-blocks into helper methods (refactor step 1)Tadashi G. Takaoka2012-10-311-112/+127
* Move code point constants from Keyboard to Constants classTadashi G. Takaoka2012-10-291-9/+10
* am 6b169dc9: am 718a0744: am 0cbc19b0: Merge "Restrict bogus move event detec...Tadashi G. Takaoka2012-10-161-21/+30
|\
| * Restrict bogus move event detector to a horizontal movementTadashi G. Takaoka2012-10-161-21/+30
* | am a13087e1: am 9c318bc5: am ac2a154a: Merge "Detect bogus down-move-up event...Tadashi G. Takaoka2012-10-121-35/+144
|\|
| * Detect bogus down-move-up event and add workaroundTadashi G. Takaoka2012-10-121-35/+144
* | Fix excessive canceling of long-press timer while gesturingTadashi G. Takaoka2012-10-111-1/+1
* | am c66a2d1d: am 61155c70: am 9d423536: Merge "Don\'t cancel long press timer ...Tadashi G. Takaoka2012-10-111-3/+1
|\|
| * Don't cancel long press timer too earlyTadashi G. Takaoka2012-10-111-3/+1
* | am 6b0fa314: am f5c10d00: am 7a17c1fc: Tuning gesture detection parametersTadashi G. Takaoka2012-10-091-31/+18
|\|
| * Tuning gesture detection parametersTadashi G. Takaoka2012-10-091-31/+18
* | Allow to start gesture from a non-letter key except from a modifier keyTadashi G. Takaoka2012-10-091-2/+2
|/
* Add separate key hysteresis distance for sliding modifier inputTadashi G. Takaoka2012-10-071-18/+21
* Fix detecting fast typing algorithm and parameterTadashi G. Takaoka2012-10-051-21/+84
* Move gesture detection and recognition paramters to resourcesTadashi G. Takaoka2012-10-051-4/+10
* Merge "Fix gesture detection algorithm" into jb-mr1-devTadashi G. Takaoka2012-09-281-50/+36
|\
| * Fix gesture detection algorithmTadashi G. Takaoka2012-09-281-50/+36
* | Merge "Temporarily suppress key popup preview after gesture input" into jb-mr...Tadashi G. Takaoka2012-09-281-7/+21
|\ \ | |/ |/|
| * Temporarily suppress key popup preview after gesture inputTadashi G. Takaoka2012-09-281-7/+21
* | Remove dead code for disabling gesture input after fast typingTadashi G. Takaoka2012-09-281-17/+0
|/
* Cleanup: Make some classes as finalTadashi G. Takaoka2012-09-271-2/+2
* Draw gesture trail that is above the keyboardTadashi G. Takaoka2012-09-261-13/+15
* Postpone gesture start detection on non-letter keyTadashi G. Takaoka2012-09-261-2/+5
* Introduce typing aware gesture detectionTadashi G. Takaoka2012-09-251-5/+11
* Second finger can start gesture inputTadashi G. Takaoka2012-09-241-10/+5
* Disable gesture input while fast typingTadashi G. Takaoka2012-09-241-0/+17