Home
last modified time | relevance | path

Searched refs:mKeyboardSwitcher (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java148 @UsedForTesting final KeyboardSwitcher mKeyboardSwitcher; field in LatinIME
218 final KeyboardSwitcher switcher = latinIme.mKeyboardSwitcher; in handleMessage()
241 latinIme.mKeyboardSwitcher.getCurrentKeyboardScriptId()); in handleMessage()
246 latinIme.mKeyboardSwitcher.getCurrentKeyboardScriptId()); in handleMessage()
258 suggestedWords, latinIme.mKeyboardSwitcher); in handleMessage()
268 latinIme.mKeyboardSwitcher.loadKeyboard(latinIme.getCurrentInputEditorInfo(), in handleMessage()
421 latinIme.mKeyboardSwitcher.saveKeyboardState(); in startOrientationChanging()
552 mKeyboardSwitcher = KeyboardSwitcher.getInstance(); in LatinIME()
634 final MainKeyboardView mainKeyboardView = mKeyboardSwitcher.getMainKeyboardView(); in onUpdateMainDictionaryAvailability()
752 return mKeyboardSwitcher.onCreateInputView(mIsHardwareAcceleratedDrawingEnabled); in onCreateInputView()
[all …]
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DShiftModeTests.java36 return mLatinIME.mKeyboardSwitcher.getKeyboardShiftMode() in isCapsModeAutoShifted()
DInputTestsBase.java400 mKeyboard = mLatinIME.mKeyboardSwitcher.getKeyboard(); in changeLanguageWithoutWait()