summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/internal/BatchInputArbiter.java
Commit message (Collapse)AuthorAgeFilesLines
* Move InputPointers and ResizableIntArray to commonJean Chalard2014-10-291-1/+1
| | | | | Bug: 18108776 Change-Id: Ie5c0430aa41a8d6c58bf510a10173223d7dfe9fe
* Move Constants.java to the latin.common packageKen Wakasa2014-10-231-1/+1
| | | | | | | Our intention is to have classes of latinime-common under the common package as much as we can. Change-Id: I76efbbbe7bebf1a4aa943715cdff64f91675e20d
* Add BatchInputArbiterTadashi G. Takaoka2013-12-261-0/+181
Move the logic that determines how to handle gesture typing from PointerTracker to BatchInputArbiter class. This change must be checked in together with Ia7db8f4fb7. Change-Id: I5e9f786de58d8a3cb0407ae562af707710ec37fb