aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-08-02Fix a concurrency bug.Jean Chalard1-14/+27
This probably only ever happens in tests, but still, that's the right thing to do. Bug: 10139031 Change-Id: I259be9e7306162e19faf738a093a77762f2e7675
2013-08-02Small cleanupKen Wakasa1-1/+1
Change-Id: I7a35eb4cb7cee4c120236a2bc1974d7b345f4188
2013-08-02Add a debug preference for using only personalization dictionarySatoshi Kataoka5-11/+48
Bug: 9429906 Change-Id: I2003060c7065e736d42f3b3303fbba549358dd18
2013-08-02Remove unnecessary setLayerType() callsKen Wakasa4-4/+16
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
2013-08-02Forgot to reset the matrix of offscreen canvasKen Wakasa1-0/+1
Follow up to I5bc980c4dc41bc304be3c190934c1f7c55c9d244 bug: 8967766 Change-Id: I37c2e8e70ff4966ca5e4f29e5cac8349d8fe73b6
2013-08-02Move motion event dispatcher to PointerTrackerTadashi G. Takaoka3-53/+72
Change-Id: I967bf4629b7d1002be6aff6007dc03d2db05c562
2013-08-01Clean up ResearchLogger log methodTadashi G. Takaoka2-35/+32
Change-Id: I06c30aab462ce5b17157ff71d5d76f9755178080
2013-08-01Move non-distinct multitouch support to a separate classTadashi G. Takaoka3-67/+112
Move code that support non-distinct multitouch screen device to the NonDistinchMultitouchHelper class. Change-Id: I2e44f782b83dbcd095ee8e51c36b0766da0cd457
2013-08-01Deallocate offscreen buffer for non-HW-accel drawKen Wakasa2-0/+6
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
2013-08-01Connect the personalization dictionarySatoshi Kataoka3-9/+48
Bug: 9429906 Bug: 4192129 Change-Id: I9c9f3ed7699f74339ad92be6dcddb8a52c377545
2013-08-01Remove getTimer() reference except from PointerTrackerTadashi G. Takaoka2-3/+15
Change-Id: I142eb5b61b932e60452b9b3514d6ddca3d21ec9d
2013-08-01DynamicPatriciaTrieReadingUtils for version 3 dictionary.Keisuke Kuroynagi2-0/+110
Bug: 6669677 Change-Id: I7105258a00159a5ddda7ff520c490c4ac9fa7902
2013-08-01Give PatriciaTrieReadingUtils methods for reading nodes.Keisuke Kuroynagi9-113/+306
The remaining methods in BinaryFormat will be removed. Bug: 6669677 Change-Id: I866f828d69a600c0ac03b68d71b1f6ee2ce4dd36
2013-08-01Move key repeat function to PointerTrackerTadashi G. Takaoka2-44/+43
Change-Id: I26e553692faf48e30e9c43c71fac6980b8432111
2013-08-01Fix: Include wrong file in dynamic_patricia_trie_policy.cpp.Keisuke Kuroynagi1-1/+0
Change-Id: If994f17e41c7d07e979fa6b0aa4661da0523eb0a