Tadashi G. Takaoka
7c2ea3dfc0
am 20239759: Merge "Small optimization for readability"
...
* commit '202397598856d924c02c8f963425f224a2d9547f':
Small optimization for readability
2013-08-05 17:08:01 -07:00
Tadashi G. Takaoka
ce597c1319
am f8d162c3: Merge "Fix keyboard caching bug for testing"
...
* commit 'f8d162c315e90a2944f12255db43e55c2a22ad35':
Fix keyboard caching bug for testing
2013-08-05 17:08:00 -07:00
Tadashi G. Takaoka
2023975988
Merge "Small optimization for readability"
2013-08-06 00:04:35 +00:00
Tadashi G. Takaoka
f8d162c315
Merge "Fix keyboard caching bug for testing"
2013-08-06 00:03:59 +00:00
Tadashi G. Takaoka
df6ac71e93
am c0a732f0: Remove CODE_RESEARCH
...
* commit 'c0a732f0320b0d125610adf23d14d742860b5fd3':
Remove CODE_RESEARCH
2013-08-05 03:39:09 -07:00
Tadashi G. Takaoka
c0a732f032
Remove CODE_RESEARCH
...
Instead of CODE_RESEARCH, special outputText ".research." is used to
invoke a research feedback dialog.
Change-Id: Ic95c956ab4f2b5f0c3f2205c9bbcdcfb67db5d6e
2013-08-05 19:05:07 +09:00
Tadashi G. Takaoka
de7d659ebd
am b2c21033: Merge "Small cleanup"
...
* commit 'b2c21033ab4c94a718b0bb8725a467d66083c353':
Small cleanup
2013-08-05 02:49:16 -07:00
Tadashi G. Takaoka
b2c21033ab
Merge "Small cleanup"
2013-08-05 09:47:24 +00:00
Tadashi G. Takaoka
28a148681e
Small cleanup
...
Change-Id: I7dce7373b371f1ed5a985815f5d43fb6c6ee1f84
2013-08-05 18:46:35 +09:00
Jean Chalard
bb9603aa0f
am 965b7266: Fix a typo
...
* commit '965b7266c2ed014bc08da6ef1f31c3d01d131b1e':
Fix a typo
2013-08-05 02:19:44 -07:00
Jean Chalard
965b7266c2
Fix a typo
...
Change-Id: Ie724a444ce056ee43b7ca2f10f30cce5843e61ad
2013-08-05 18:13:29 +09:00
Tadashi G. Takaoka
0016d51ab8
Small optimization for readability
...
Change-Id: I8a24fc0981e58a7dc30f0577c4415a1d3bc5ed4d
2013-08-05 17:36:28 +09:00
Tadashi G. Takaoka
95f9b95dfb
Fix keyboard caching bug for testing
...
Change-Id: I00584a68d868f38c065bb6a41e8e5f4eafd44e7f
2013-08-05 17:35:08 +09:00
Satoshi Kataoka
bdc8767c03
am 93f4c84d: Fix build
...
* commit '93f4c84d9576c9e3b70f273940091b74cff23b13':
Fix build
2013-08-02 04:44:46 -07:00
Satoshi Kataoka
93f4c84d95
Fix build
...
Change-Id: I5748f7fb753f06e7be31e94c5e665130d818c4a9
2013-08-02 20:39:48 +09:00
Satoshi Kataoka
aa734f4199
am 33592d1b: Merge "Add a debug preference for using only personalization dictionary"
...
* commit '33592d1bee77f25321d6912f5f9f5fdd9e495885':
Add a debug preference for using only personalization dictionary
2013-08-02 04:33:16 -07:00
Jean Chalard
9cd592c210
am ba2f4f84: Merge "Fix a concurrency bug."
...
* commit 'ba2f4f84cab1e5910968b93e26f1c2f08c8642b3':
Fix a concurrency bug.
2013-08-02 04:33:13 -07:00
Ken Wakasa
f56a8cc89c
am 6333ed38: Small cleanup
...
* commit '6333ed3801089a7422465d9d7af00e5ec4c93138':
Small cleanup
2013-08-02 04:33:11 -07:00
Satoshi Kataoka
33592d1bee
Merge "Add a debug preference for using only personalization dictionary"
2013-08-02 11:30:20 +00:00
Jean Chalard
ba2f4f84ca
Merge "Fix a concurrency bug."
2013-08-02 11:28:45 +00:00
Jean Chalard
10d66669c7
Fix a concurrency bug.
...
This probably only ever happens in tests, but still, that's
the right thing to do.
Bug: 10139031
Change-Id: I259be9e7306162e19faf738a093a77762f2e7675
2013-08-02 20:26:37 +09:00
Ken Wakasa
6333ed3801
Small cleanup
...
Change-Id: I7a35eb4cb7cee4c120236a2bc1974d7b345f4188
2013-08-02 20:22:51 +09:00
Satoshi Kataoka
d7491e6e81
Add a debug preference for using only personalization dictionary
...
Bug: 9429906
Change-Id: I2003060c7065e736d42f3b3303fbba549358dd18
2013-08-02 20:10:57 +09:00
Ken Wakasa
0a856c2d23
am 52876bbe: Remove unnecessary setLayerType() calls
...
* commit '52876bbefd774e8647910f73a2e4c17ac4e6bf5c':
Remove unnecessary setLayerType() calls
2013-08-02 03:36:32 -07:00
Ken Wakasa
52876bbefd
Remove 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
2013-08-02 19:30:05 +09:00
Ken Wakasa
eba1ad955e
am 82018f99: Forgot to reset the matrix of offscreen canvas
...
* commit '82018f99727a104aa77ab4d48f8b9a9858479453':
Forgot to reset the matrix of offscreen canvas
2013-08-02 02:58:48 -07:00
Ken Wakasa
82018f9972
Forgot to reset the matrix of offscreen canvas
...
Follow up to I5bc980c4dc41bc304be3c190934c1f7c55c9d244
bug: 8967766
Change-Id: I37c2e8e70ff4966ca5e4f29e5cac8349d8fe73b6
2013-08-02 18:51:57 +09:00
Tadashi G. Takaoka
197c60342b
am e08c418f: Move motion event dispatcher to PointerTracker
...
* commit 'e08c418ff8b374244677960903cee8dd52a4d831':
Move motion event dispatcher to PointerTracker
2013-08-02 00:40:26 -07:00
Tadashi G. Takaoka
e08c418ff8
Move motion event dispatcher to PointerTracker
...
Change-Id: I967bf4629b7d1002be6aff6007dc03d2db05c562
2013-08-02 16:34:44 +09:00
Ken Wakasa
31a61ce387
am ed56ea86: Merge "Deallocate offscreen buffer for non-HW-accel draw"
...
* commit 'ed56ea86d0114e85763e449a05b40e670addfc48':
Deallocate offscreen buffer for non-HW-accel draw
2013-08-01 02:31:22 -07:00
Tadashi G. Takaoka
f2b5432107
am 54dd1bed: Clean up ResearchLogger log method
...
* commit '54dd1bed528331208f15df2693bcd01004dd471a':
Clean up ResearchLogger log method
2013-08-01 02:31:21 -07:00
Ken Wakasa
ed56ea86d0
Merge "Deallocate offscreen buffer for non-HW-accel draw"
2013-08-01 09:29:24 +00:00
Tadashi G. Takaoka
54dd1bed52
Clean up ResearchLogger log method
...
Change-Id: I06c30aab462ce5b17157ff71d5d76f9755178080
2013-08-01 18:25:34 +09:00
Tadashi G. Takaoka
a7739acfcb
am b7f62601: Merge "Move non-distinct multitouch support to a separate class"
...
* commit 'b7f62601959e81dc08ce33013f023c67a0da9424':
Move non-distinct multitouch support to a separate class
2013-08-01 02:25:03 -07:00
Tadashi G. Takaoka
b6cc3a85ab
Move non-distinct multitouch support to a separate class
...
Move code that support non-distinct multitouch screen device to the
NonDistinchMultitouchHelper class.
Change-Id: I2e44f782b83dbcd095ee8e51c36b0766da0cd457
2013-08-01 18:18:33 +09:00
Ken Wakasa
e68d565d0f
Deallocate 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
2013-08-01 18:01:48 +09:00
Tadashi G. Takaoka
40f8a487e0
am a299421f: Merge "Remove getTimer() reference except from PointerTracker"
...
* commit 'a299421f67e6800e3d19021df275029f5d084a8b':
Remove getTimer() reference except from PointerTracker
2013-08-01 00:57:30 -07:00
Tadashi G. Takaoka
a299421f67
Merge "Remove getTimer() reference except from PointerTracker"
2013-08-01 07:53:45 +00:00
Satoshi Kataoka
3f30c09d88
am 503b7902: Merge "Connect the personalization dictionary"
...
* commit '503b79029a41d672f6a4c22e2d4f24709a1dfc80':
Connect the personalization dictionary
2013-08-01 00:39:39 -07:00
Satoshi Kataoka
503b79029a
Merge "Connect the personalization dictionary"
2013-08-01 07:36:17 +00:00
Satoshi Kataoka
60586b57cf
Connect the personalization dictionary
...
Bug: 9429906
Bug: 4192129
Change-Id: I9c9f3ed7699f74339ad92be6dcddb8a52c377545
2013-08-01 16:33:20 +09:00
Tadashi G. Takaoka
5433ce64c0
Remove getTimer() reference except from PointerTracker
...
Change-Id: I142eb5b61b932e60452b9b3514d6ddca3d21ec9d
2013-08-01 16:22:53 +09:00
Tadashi G. Takaoka
5bd6016200
am c83da069: Merge "Move key repeat function to PointerTracker"
...
* commit 'c83da0693997280c1b996154f10ab808b3d957d6':
Move key repeat function to PointerTracker
2013-08-01 00:09:09 -07:00
Tadashi G. Takaoka
8126e79e08
Move key repeat function to PointerTracker
...
Change-Id: I26e553692faf48e30e9c43c71fac6980b8432111
2013-08-01 15:45:58 +09:00
Tadashi G. Takaoka
f9d919ec84
am 552a4b84: Merge "Add UsabilityStudyLogUtils.writeMotionEvent"
...
* commit '552a4b84f87452f2df6a3b85bcb6ef33547f70ca':
Add UsabilityStudyLogUtils.writeMotionEvent
2013-07-31 07:25:27 -07:00
Tadashi G. Takaoka
552a4b84f8
Merge "Add UsabilityStudyLogUtils.writeMotionEvent"
2013-07-31 14:21:04 +00:00
Satoshi Kataoka
c4ccf6370c
am 567e7f05: Add the personalization prediction dictionary
...
* commit '567e7f05c131505c24dcad1ea04be09a59512c02':
Add the personalization prediction dictionary
2013-07-31 06:05:31 -07:00
Satoshi Kataoka
567e7f05c1
Add the personalization prediction dictionary
...
Bug: 9429906
Bug: 4192129
Change-Id: I0663de025405b2c92eebd528339b82baec97e2ce
2013-07-31 21:37:33 +09:00
Satoshi Kataoka
746c9a4aff
am 853d0fd1: Refactor the personalization dictionary
...
* commit '853d0fd122ab8fd06ee50217d5f7ff960614a144':
Refactor the personalization dictionary
2013-07-31 05:19:26 -07:00
Satoshi Kataoka
853d0fd122
Refactor the personalization dictionary
...
Bug: 9429906
Bug: 4192129
Change-Id: I9f094bc5a6ce4652e310e090f1536e43f1f24ad1
2013-07-31 21:15:13 +09:00