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.java163 @UsedForTesting final KeyboardSwitcher mKeyboardSwitcher; field in LatinIME
256 final KeyboardSwitcher switcher = latinIme.mKeyboardSwitcher; in handleMessage()
279 latinIme.mKeyboardSwitcher.getCurrentKeyboardScriptId()); in handleMessage()
284 latinIme.mKeyboardSwitcher.getCurrentKeyboardScriptId()); in handleMessage()
296 suggestedWords, latinIme.mKeyboardSwitcher); in handleMessage()
306 latinIme.mKeyboardSwitcher.loadKeyboard(latinIme.getCurrentInputEditorInfo(), in handleMessage()
459 latinIme.mKeyboardSwitcher.saveKeyboardState(); in startOrientationChanging()
590 mKeyboardSwitcher = KeyboardSwitcher.getInstance(); in LatinIME()
680 final MainKeyboardView mainKeyboardView = mKeyboardSwitcher.getMainKeyboardView(); in onUpdateMainDictionaryAvailability()
809 mKeyboardSwitcher.updateKeyboardTheme(mDisplayContext); in onInitializeInterface()
[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()