aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/InputPointersTests.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move InputPointers and ResizableIntArray to common•••Bug: 18108776 Change-Id: Ie5c0430aa41a8d6c58bf510a10173223d7dfe9fe Jean Chalard2014-10-291-326/+0
* Rename InputPointers.addPointer and ResizableIntArray.add•••Change-Id: I5580250c91b29f93ed886b080ce33845b3b67ace Tadashi G. Takaoka2014-01-081-1/+1
* Fix InputPointersTests•••InputPointers.getTime(int) has a validity check of time values. And the check is enabled when LatinImeLogger.sDBG is on. Such situation may occur while unit testing. This change ensure that time values are monotonic while unit testing. Change-Id: I9ff2cff2bcd253de0e8206dd3be964fe565170fa Tadashi G. Takaoka2014-01-081-73/+136
* [AC7] Actually auto-commit.•••Bug: 9059617 Change-Id: I7e5d89a9037b9181a0a6456c12043b4bfda8fe4b Keisuke Kuroyanagi2013-09-171-0/+16
* Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa Ken Wakasa2013-06-241-0/+2
* Fix unit test assert helper method•••Change-Id: Id03bf0910708d07b45286dccf8f2bfc97a362ba0 Tadashi G. Takaoka2013-05-281-33/+41
* Separate caps mode related utils to CapsModeUtils•••Change-Id: I32700c434b296bb3fd39e040c2dda1fe90667daf Tadashi G. Takaoka2013-02-121-8/+8
* Add unit tests tags•••Bug: 8131968 Change-Id: Ibca5a0d63a492134b8af401a62ca3a5748e003cf Tadashi G. Takaoka2013-02-041-0/+2
* Fix bug in InputPointers.append•••Change-Id: I39825757bbae32b66c4b61cb6c4fbcaa2e0c9c47 Tadashi G. Takaoka2012-08-231-0/+57
* Update InputPointers unit test commentsTadashi G. Takaoka2012-07-191-49/+49
* Add default capacity parameter to InputPointers' constructor•••Change-Id: I02f23096f0682d30effe4dfc1ca57881a1e4aedc Tadashi G. Takaoka2012-07-191-11/+13
* Fix InputPointers.append•••Change-Id: I6995f9b2ed00b9f948e1299e576a5e24725d58f8 Tadashi G. Takaoka2012-07-131-31/+34
* A little optimization of InputPointers.copy•••Change-Id: Id83b34e076ef91e06d7c1dd2b3ee7bb64d01b8cb Tadashi G. Takaoka2012-07-101-0/+173