LatinIME/java/src/com/android/inputmethod/keyboard
Tadashi G. Takaoka 4e9e6cd154 Fix IllegalStateException of KeyDetector
A KeyDetector without Keyboard may exist in some rare cases. This
change eliminates throwing IllegalStateException and checks explicitly
against null.

Bug: 6891020
Change-Id: I29ec3e9f10484f30288fac76f0c45b3707bc2259
2012-08-06 11:09:50 +09:00
..
internal Fix east slavic keyboard layouts 2012-07-31 13:19:11 +09:00
Key.java More readable Key.toString() and MoreKeySpec.toString() 2012-07-30 15:51:41 +09:00
Keyboard.java Fix multi-touch input in auto-caps field 2012-08-01 18:56:11 +09:00
KeyboardActionListener.java Change the batch input methods of KeyboardActionListener 2012-07-18 18:53:36 +09:00
KeyboardId.java Add device form factor to KeyboardId 2012-07-30 15:33:17 +09:00
KeyboardLayoutSet.java Add device form factor to KeyboardId 2012-07-30 15:33:17 +09:00
KeyboardSwitcher.java Using hardware accelerated drawing 2012-08-03 20:46:10 +09:00
KeyboardView.java Using hardware accelerated drawing 2012-08-03 20:46:10 +09:00
KeyDetector.java Fix IllegalStateException of KeyDetector 2012-08-06 11:09:50 +09:00
MainKeyboardView.java Cancel the while-typing timer when user hits the spacebar 2012-07-31 19:39:52 +09:00
MoreKeysDetector.java Fix IllegalStateException of KeyDetector 2012-08-06 11:09:50 +09:00
MoreKeysKeyboard.java Set divider icon's alpha value on the fly 2012-05-16 17:41:56 +09:00
MoreKeysKeyboardView.java Change the batch input methods of KeyboardActionListener 2012-07-18 18:53:36 +09:00
MoreKeysPanel.java Auto generate various shift states alphabet keyboard automatically 2012-01-31 12:55:45 +09:00
PointerTracker.java Fix multi-touch input in auto-caps field 2012-08-01 18:56:11 +09:00
ProximityInfo.java Use SparseArray<E> instead of HashMap<Integer,E> 2012-06-29 17:56:31 +09:00
ViewLayoutUtils.java Cleanup FrameLayoutCompatUtils to ViewLayoutUtils 2012-04-02 22:55:12 +09:00