summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/SlidingLocaleDrawable.java
Commit message (Collapse)AuthorAgeFilesLines
* Move keyboard related internal class to separate packageTadashi G. Takaoka2011-06-221-157/+0
| | | | Change-Id: Ic1459066b865cde5104b3734193f76c997959c68
* Remove unnecessary onRefreshKeyboard call.Tadashi G. Takaoka2011-06-201-9/+2
| | | | | | | | | | | | | | | | | | When using the sliding spacebar language switch on ICS, both LatinIME.toggleLanguage() and InputMethodService.onCurrentInputMethodSubtypeChanged() invoke LatinIME.onRefreshKeyboard(). This change eliminates the first one if it isn't necessary. This change also cleans up the followings. * reuse theme Context when the keyboard theme hasn't been changed. * clear the Keyboard cache when theme has been switched. * eliminates unnecessary Context reference from LatinKeyboard and SlidingLocaleDrawable. * recycle Bitmap and reuse Canvas in KeyboardView. Bug: 4725930 Change-Id: I87366e9304879d94d12b7345adea768d86d43519
* Make LatinKeyboard aware of themeTadashi G. Takaoka2011-06-161-19/+20
| | | | | Bug: 4436327 Change-Id: Idecdd470cbb0720b96958039eb11f6978d39629e
* Fix copyright author from Google to AOSPTadashi G. Takaoka2011-05-201-1/+1
| | | | Change-Id: Iaceedc783181e43af6dd48ece218a42eace66532
* Show full display names in the popup of the spacebar language swichersatok2011-05-181-2/+2
| | | | | | | - Multiply the speed of the slide Bug: 4427222 Change-Id: Ifd2de9843191296f0f311440ea7b8ab075c67d8d
* Don't show spacebar preview if key preview is disabledTadashi G. Takaoka2011-04-151-2/+2
| | | | | | | This change also introduces soft reference cache of spacebar Drawable. Bug: 4307333 Change-Id: I4d2c500bb47d794aa4f8dfa6ec415dbcb9ab0b74
* Fix popup key preview on tabletTadashi G. Takaoka2011-04-071-1/+1
| | | | | | | | This change temporally enable popup key preview option on tablet. (config_enable_show_popup_on_keypress_option). Bug: 3286117 Change-Id: Iabbac5a333460e1ed2f8d05ba82f4bae81854b85
* Remove Tutorial class and unused debug featureTadashi G. Takaoka2010-12-101-2/+2
| | | | | | | This change also cleanups compiler warnings. Bug: 2897373 Change-Id: If972cf45c1eb40436adbddbf71969e5409f4c9c5
* Move some inner static class to top class in new packageTadashi G. Takaoka2010-12-021-0/+163
This change introduces new package com.android.inputmethod.keyboard which hosts keyboard related classes. Also adds missing @Override and @SuppressWarning("unused") annotation Change-Id: I0317f5cfa317e13f3c77815f48ffc69b5d1ade05