Home | History | Annotate | Download | only in keyboard

Lines Matching refs:keyboard

17 package com.android.inputmethod.keyboard;
29 import com.android.inputmethod.keyboard.KeyboardLayoutSet.KeyboardLayoutSetException;
30 import com.android.inputmethod.keyboard.PointerTracker.TimerProxy;
31 import com.android.inputmethod.keyboard.internal.KeyboardState;
51 // Note: The themeId should be aligned with "themeId" attribute of Keyboard style
122 // Format error, keyboard theme is default to 0.
124 Log.w(TAG, "Illegal keyboard theme in preference: " + themeIndex + ", default to 0");
151 Log.w(TAG, "loading keyboard failed: " + e.mKeyboardId, e.getCause());
171 private void setKeyboard(final Keyboard keyboard) {
173 final Keyboard oldKeyboard = keyboardView.getKeyboard();
174 keyboardView.setKeyboard(keyboard);
175 mCurrentInputView.setKeyboardGeometry(keyboard.mTopPadding);
182 || !keyboard.mId.mLocale.equals(oldKeyboard.mId.mLocale);
184 keyboard.mId.mLocale);
189 public Keyboard getKeyboard() {
197 * Update keyboard shift state triggered by connected EditText status change.
203 // TODO: Remove this method. Come up with a more comprehensive way to reset the keyboard layout
204 // when a keyboard layout set doesn't get reloaded in LatinIME.onStartInputViewInternal().
399 final Keyboard keyboard = getKeyboard();
400 if (keyboard == null) {
403 switch (keyboard.mId.mElementId) {