Home
last modified time | relevance | path

Searched refs:getCurrentKeyboardScriptId (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java278 latinIme.mKeyboardSwitcher.getCurrentKeyboardScriptId()); in handleMessage()
283 latinIme.mKeyboardSwitcher.getCurrentKeyboardScriptId()); in handleMessage()
1466 mKeyboardSwitcher.getCurrentKeyboardScriptId(), mHandler); in onEvent()
1650 mKeyboardSwitcher.getCurrentKeyboardScriptId(), in pickSuggestionManually()
1789 mKeyboardSwitcher.getCurrentKeyboardScriptId(), in onKeyDown()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java502 public int getCurrentKeyboardScriptId() { in getCurrentKeyboardScriptId() method in KeyboardSwitcher