aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/KeyCodeDescriptionMapper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-19Enable StringUtils to split CharSequence like String#split•••This is a groundwork for enabling LocaleSpan. To enable LocaleSpan everywhere, we need to switch to CharSequence from String so that Span infromation can be preserved end-to-end. To achieve this, we need to have CharSequence version of String#split. BUG: 16029304 Change-Id: I0dd103185dcf62fb1e25054a374340790e6a4678 Yohei Yukawa2-0/+222
2014-07-18Use Theme.DeviceDefault theme•••For API 21 (and later), Theme.DeviceDefault.Light is specified. This CL must be checked in together with Ic91f28df81. Bug: 11866784 Bug: 13888366 Bug: 15781377 Change-Id: I01b288473128fc2491d3663e90cab56d0ba2d704 Tadashi G. Takaoka3-10/+10
2014-07-18Clean up under the util package.•••- Move util classes that are unused in AOSP - Remove unused methods Change-Id: Ic97fd313f1e2bafd50609d42aa3a2d090b63eafc Ken Wakasa5-1090/+0