aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/KeyCodeDescriptionMapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2013-06-11Fix: Android.mk for autocorrection_threshold_utils.•••Change-Id: I3ea0811ca7c2c1a88351ee2ba5cc13d7096865ba Keisuke Kuroynagi1-1/+1
2013-06-11Remove unused methods.•••Bug: 8550444 Change-Id: Ie627084143846407ca36df82c2a7f904a0e6f49c Keisuke Kuroynagi17-1662/+185
2013-06-11Cache three main keyboards to improve average switch time•••This typically improves the average loading time by about 35%, after the first time. Bug: 8689779 Change-Id: I7b0ab6b942af1d3250b9dcbf875f27f9f64692f3 Jean Chalard1-4/+32
2013-06-11Introduce BinaryDictionaryHeader to access binary dictionary header.•••BinaryDictionaryHeader abstracts header structure and access header information via only its instance. Bug: 6669677 Change-Id: Ib5ab0e8fef12265ddabc1d0165548b69953bba6a Keisuke Kuroynagi18-233/+424