aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/KeyCodeDescriptionMapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-02Fix a concurrency bug.•••This probably only ever happens in tests, but still, that's the right thing to do. Bug: 10139031 Change-Id: I259be9e7306162e19faf738a093a77762f2e7675 Jean Chalard1-14/+27
2013-08-02Small cleanup•••Change-Id: I7a35eb4cb7cee4c120236a2bc1974d7b345f4188 Ken Wakasa1-1/+1
2013-08-02Add a debug preference for using only personalization dictionary•••Bug: 9429906 Change-Id: I2003060c7065e736d42f3b3303fbba549358dd18 Satoshi Kataoka5-11/+48
2013-08-02Remove unnecessary setLayerType() calls•••Calling up setLayerType(LAYER_TYPE_HARDWARE, ..) on non-HW accelerated devices was ending up with having a drawing cache in View that is not quite needed for PreviewPlacerView. bug: 8967766 Change-Id: Ic8e6eeaf536530ff5f23eb353b0a8e5ba96fa0e2 Ken Wakasa4-4/+16
2013-08-02Forgot to reset the matrix of offscreen canvas•••Follow up to I5bc980c4dc41bc304be3c190934c1f7c55c9d244 bug: 8967766 Change-Id: I37c2e8e70ff4966ca5e4f29e5cac8349d8fe73b6 Ken Wakasa1-0/+1
2013-08-02Move motion event dispatcher to PointerTracker•••Change-Id: I967bf4629b7d1002be6aff6007dc03d2db05c562 Tadashi G. Takaoka3-53/+72
2013-08-01Clean up ResearchLogger log method•••Change-Id: I06c30aab462ce5b17157ff71d5d76f9755178080 Tadashi G. Takaoka2-35/+32
2013-08-01Move non-distinct multitouch support to a separate class•••Move code that support non-distinct multitouch screen device to the NonDistinchMultitouchHelper class. Change-Id: I2e44f782b83dbcd095ee8e51c36b0766da0cd457 Tadashi G. Takaoka3-67/+112
2013-08-01Deallocate offscreen buffer for non-HW-accel draw•••Follow up to I5bc980c4dc41bc304be3c190934c1f7c55c9d244 This frees up 800KB on occam_svelte when LatinIME is in background. Confirmed the performance effect in keyboard-bring up speed was unperceivable. bug: 8967766 Change-Id: I0fab179c61179564bd3a0349c9825e7d61f7e1f2 Ken Wakasa2-0/+6
2013-08-01Connect the personalization dictionary•••Bug: 9429906 Bug: 4192129 Change-Id: I9c9f3ed7699f74339ad92be6dcddb8a52c377545 Satoshi Kataoka3-9/+48
2013-08-01Remove getTimer() reference except from PointerTracker•••Change-Id: I142eb5b61b932e60452b9b3514d6ddca3d21ec9d Tadashi G. Takaoka2-3/+15
2013-08-01DynamicPatriciaTrieReadingUtils for version 3 dictionary.•••Bug: 6669677 Change-Id: I7105258a00159a5ddda7ff520c490c4ac9fa7902 Keisuke Kuroynagi2-0/+110
2013-08-01Give PatriciaTrieReadingUtils methods for reading nodes.•••The remaining methods in BinaryFormat will be removed. Bug: 6669677 Change-Id: I866f828d69a600c0ac03b68d71b1f6ee2ce4dd36 Keisuke Kuroynagi9-113/+306
2013-08-01Move key repeat function to PointerTracker•••Change-Id: I26e553692faf48e30e9c43c71fac6980b8432111 Tadashi G. Takaoka2-44/+43
2013-08-01Fix: Include wrong file in dynamic_patricia_trie_policy.cpp.•••Change-Id: If994f17e41c7d07e979fa6b0aa4661da0523eb0a Keisuke Kuroynagi1-1/+0