summaryrefslogtreecommitdiff
path: root/tests/src/com/android/inputmethod/keyboard/internal/PointerTrackerQueueTests.java
Commit message (Collapse)AuthorAgeFilesLines
* Migrate packages/inputmethods/LatinIME to androidx.testBrett Chabot2018-12-131-2/+2
| | | | | | | See go/jetpack-test-android-migration Test: make checkbuild Change-Id: I63edeced1465725cd8d6467cd75ea1acc2608932
* Migrate to Android Testing Support Lib (part 4/N)Yohei Yukawa2018-07-061-3/+23
| | | | | | | | | | | | | | | This CL converts 7 test classes under com.android.inputmethod.keyboard to Android Testing Support Library. This CL also fix missing annotations in KeyboardLayoutTest. Bug: 110805255 Test: verified as follows. No new test failures. tapas adb LatinIME LatinIMETests arm64 userdebug && \ DISABLE_PROGUARD=true make -j LatinIME && \ adb install -r $OUT/system/app/LatinIME/LatinIME.apk && \ atest LatinIMETests:com.android.inputmethod.keyboard Change-Id: I8ab9e3329f159f0df02812fafe44c25efa76c0d1
* Rename ambiguous feature name and related resourcesTadashi G. Takaoka2013-11-211-8/+8
| | | | | Bug: 11737015 Change-Id: I39f7ca13b99f019a2edb5aa690e3142ceba4e837
* Fix PointerTrackerQueue.releaseAllPointerOlderThanTadashi G. Takaoka2013-05-141-140/+141
| | | | Change-Id: If353869720895ee5355079c15c724132762dd70c
* Don't triger onPress and startLongPressTimer when gesture is canceledTadashi G. Takaoka2013-04-221-1/+1
| | | | | Bug: 8650846 Change-Id: Ice5ef07d6833422906b0b756206e097f75d1f2db
* Separate caps mode related utils to CapsModeUtilsTadashi G. Takaoka2013-02-121-8/+8
| | | | Change-Id: I32700c434b296bb3fd39e040c2dda1fe90667daf
* Add unit tests tagsTadashi G. Takaoka2013-02-041-0/+2
| | | | | Bug: 8131968 Change-Id: Ibca5a0d63a492134b8af401a62ca3a5748e003cf
* Cancel gesture typing by sliding out from keyboardTadashi G. Takaoka2012-11-221-0/+3
| | | | | Bug: 7594165 Change-Id: I7849d763e49b57716e8418fb8b6f90eca3a5d2ec
* Use ArrayList to implement PointerTrackerQueueTadashi G. Takaoka2012-08-081-1/+1
| | | | Change-Id: Ie386e6c7869df4df940e09fccffc5cd661134557
* Add PointerTrackerQueue unit testsTadashi G. Takaoka2012-08-071-0/+316
This is a groundwork to elminate LinkedList from PointerTrackerQueue. Change-Id: Ib77780537ceb0b4273fb8e483977ab76124c5ce7