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()
1481 mKeyboardSwitcher.getCurrentKeyboardScriptId(), mHandler); in onEvent()
1665 mKeyboardSwitcher.getCurrentKeyboardScriptId(), in pickSuggestionManually()
1804 mKeyboardSwitcher.getCurrentKeyboardScriptId(), in onKeyDown()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java502 public int getCurrentKeyboardScriptId() { in getCurrentKeyboardScriptId() method in KeyboardSwitcher