OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mKeyboardSwitcher
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java
148
@UsedForTesting final KeyboardSwitcher
mKeyboardSwitcher
;
218
final KeyboardSwitcher switcher = latinIme.
mKeyboardSwitcher
;
241
latinIme.
mKeyboardSwitcher
.getCurrentKeyboardScriptId());
246
latinIme.
mKeyboardSwitcher
.getCurrentKeyboardScriptId());
258
suggestedWords, latinIme.
mKeyboardSwitcher
);
268
latinIme.
mKeyboardSwitcher
.loadKeyboard(latinIme.getCurrentInputEditorInfo(),
421
latinIme.
mKeyboardSwitcher
.saveKeyboardState();
552
mKeyboardSwitcher
= KeyboardSwitcher.getInstance();
634
final MainKeyboardView mainKeyboardView =
mKeyboardSwitcher
.getMainKeyboardView();
[
all
...]
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
ShiftModeTests.java
36
return mLatinIME.
mKeyboardSwitcher
.getKeyboardShiftMode()
InputTestsBase.java
400
mKeyboard = mLatinIME.
mKeyboardSwitcher
.getKeyboard();
Completed in 67 milliseconds