summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin/InputPointers.java
Commit message (Expand)AuthorAgeFilesLines
* Rename LatinImeLogger to DebugFlagsTadashi G. Takaoka2014-07-161-2/+3
* Check timestamp for each pointer.Keisuke Kuroyanagi2014-02-041-2/+9
* Rename InputPointers.addPointer and ResizableIntArray.addTadashi G. Takaoka2014-01-081-6/+5
* Fix InputPointersTestsTadashi G. Takaoka2014-01-081-22/+27
* [AC7] Actually auto-commit.Keisuke Kuroyanagi2013-09-171-0/+11
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-0/+1
* Throw exception when invalid time stamps are detected in debug modeSatoshi Kataoka2013-01-231-0/+22
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8
* Add @UsedForTesting and @ExternallyReferenced annotationsTadashi G. Takaoka2012-10-221-2/+6
* Cleanup: Make some classes as finalTadashi G. Takaoka2012-09-271-1/+1
* Fix bug in InputPointers.appendTadashi G. Takaoka2012-08-231-1/+1
* Add toString method to InputPointers and ResizableIntArrayTadashi G. Takaoka2012-08-231-0/+6
* Use ResizableIntArray in GestureStrokeTadashi G. Takaoka2012-07-201-0/+21
* Make ScalableIntArray public as ResizableIntArrayTadashi G. Takaoka2012-07-191-78/+8
* Add default capacity parameter to InputPointers' constructorTadashi G. Takaoka2012-07-191-13/+22
* Consolidate GestureTracker into PointerTrackerTadashi G. Takaoka2012-07-181-0/+3
* Fix InputPointers.appendTadashi G. Takaoka2012-07-131-22/+25
* A little optimization of InputPointers.copyTadashi G. Takaoka2012-07-101-7/+6
* Add InputPointers.append() methodTadashi G. Takaoka2012-07-091-8/+39
* Add input pointersSatoshi Kataoka2012-06-291-0/+131