summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/PointerTrackerQueue.java
Commit message (Collapse)AuthorAgeFilesLines
* Move keyboard related internal class to separate packageTadashi G. Takaoka2011-06-221-83/+0
| | | | Change-Id: Ic1459066b865cde5104b3734193f76c997959c68
* Fix copyright author from Google to AOSPTadashi G. Takaoka2011-05-201-1/+1
| | | | Change-Id: Iaceedc783181e43af6dd48ece218a42eace66532
* Release the previous key if multi touch input is startedTadashi G. Takaoka2011-04-221-1/+1
| | | | Change-Id: Ib1205e67e900353976150e5ad58abfc92c3dfc21
* Move sliding language switch code to PointerTrackerTadashi G. Takaoka2011-04-221-4/+5
| | | | | | | This change is hack and temporal. Big: 4328445 Change-Id: I0b8851e9f05390db20ddaa10f35cff1cc9f016da
* Refactor key preview codeTadashi G. Takaoka2011-04-191-2/+2
| | | | | | | This change removes mOldPreviewKeyIndex from KeyboardView. Bug: 4298393 Change-Id: I832eb6deab7e078609973bf0b8be09f73db204d7
* Remove mPreviousKey in PointerTrackerTadashi G. Takaoka2011-04-191-3/+1
| | | | | | This change also introduces PointerTracker.onLongPressed. Change-Id: I079eb52175d8fe8b88ce3f13e31493d34d00ad5e
* Refactor PointerTracker class to include queue managementTadashi G. Takaoka2010-12-211-12/+9
| | | | Change-Id: I81d025220df6d970d8758157a89168851c8421ae
* Suppress haptic feedback while sliding key inputTadashi G. Takaoka2010-12-201-0/+8
| | | | | Bug: 3298222 Change-Id: I9507a98cc833fc6403cf9abf23457748a2bf89de
* Double tap on shift key turns on caps lockTadashi G. Takaoka2010-12-031-0/+12
| | | | | Bug: 3238128 Change-Id: Ib641d33da148b72c7c775caa11e0b2ab58a8c081
* Move some inner static class to top class in new packageTadashi G. Takaoka2010-12-021-0/+67
This change introduces new package com.android.inputmethod.keyboard which hosts keyboard related classes. Also adds missing @Override and @SuppressWarning("unused") annotation Change-Id: I0317f5cfa317e13f3c77815f48ffc69b5d1ade05