summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/internal/GestureStroke.java
Commit message (Expand)AuthorAgeFilesLines
* Rename gesture related classesTadashi G. Takaoka2013-12-251-316/+0
* Make GestureStrokeParams as a top level classTadashi G. Takaoka2013-12-241-74/+0
* Remove unused default object of GestureStrokePreviewParamsTadashi G. Takaoka2013-12-201-3/+3
* Fix rugged gesture trailTadashi G. Takaoka2013-12-201-1/+1
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-2/+2
* Fix detecting out of keyboard areaTadashi G. Takaoka2013-05-101-1/+1
* Clean up unused static variableTadashi G. Takaoka2013-05-071-3/+2
* Fix Apache license commentTadashi G. Takaoka2013-01-211-7/+9
* Cancel update batch input timer only when point is addedTadashi G. Takaoka2013-01-101-7/+11
* Cancel update batch input timer whenever MotionEvent is receivedTadashi G. Takaoka2013-01-091-0/+14
* Provide gesture data even if the finger stays stillTadashi G. Takaoka2012-11-271-0/+11
* Cancel gesture typing by sliding out from keyboardTadashi G. Takaoka2012-11-221-3/+22
* Don't cancel long press timer too earlyTadashi G. Takaoka2012-10-111-1/+1
* Tuning gesture detection parametersTadashi G. Takaoka2012-10-091-5/+12
* Move gesture detection and recognition paramters to resourcesTadashi G. Takaoka2012-10-051-40/+92
* Fix gesture detection algorithmTadashi G. Takaoka2012-09-281-64/+102
* Introduce typing aware gesture detectionTadashi G. Takaoka2012-09-251-6/+41
* Disable gesture input while fast typingTadashi G. Takaoka2012-09-241-1/+1
* Fix gesture start detection algorithmTadashi G. Takaoka2012-09-211-47/+114
* Use device independent parameter for gestureTadashi G. Takaoka2012-09-201-31/+32
* Move PointerTracker.MIN_GESTURE_RECOGNITION_TIME to GestureStrokeTadashi G. Takaoka2012-09-201-3/+10
* Use Path to draw gesture preview trailTadashi G. Takaoka2012-09-191-1/+1
* Remove hack algorithm from GestureStrokeTadashi G. Takaoka2012-09-191-32/+0
* Support bimanual gesture inputTadashi G. Takaoka2012-08-281-1/+5
* Add multiple gesture preview trails animationTadashi G. Takaoka2012-08-241-27/+2
* Merge "Eliminate redundant time parameter from gesture detection code" into j...Tadashi G. Takaoka2012-08-131-4/+6
|\
| * Eliminate redundant time parameter from gesture detection codeTadashi G. Takaoka2012-08-131-4/+6
* | Merge "Cleanups in geometry_utils.h" into jb-mr1-devKen Wakasa2012-08-131-8/+9
|\ \
| * | Cleanups in geometry_utils.hKen Wakasa2012-08-131-8/+9
| |/
* / Remove unnecessary drawing pointTadashi G. Takaoka2012-08-131-6/+3
|/
* Remove gesture detection hacking codeTadashi G. Takaoka2012-08-131-14/+3
* Clean up constructorsKen Wakasa2012-08-131-4/+4
* Add dynamic floating preview for incremental gesture recognition.Tom Ouyang2012-07-251-7/+0
* Update gesture bounding box handling.Tom Ouyang2012-07-221-1/+1
* Use ResizableIntArray in GestureStrokeTadashi G. Takaoka2012-07-201-24/+28
* Add gesture trail feedback.Tom Ouyang2012-07-201-1/+38
* Improve incremental gesture tracking.Tom Ouyang2012-07-201-2/+8
* Tune the gesture detection logic a bitTadashi G. Takaoka2012-07-191-18/+24
* Add default capacity parameter to InputPointers' constructorTadashi G. Takaoka2012-07-191-1/+4
* Make GestureStroke as top level classTadashi G. Takaoka2012-07-181-0/+149