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.java279 latinIme.mKeyboardSwitcher.getCurrentKeyboardScriptId()); in handleMessage()
284 latinIme.mKeyboardSwitcher.getCurrentKeyboardScriptId()); in handleMessage()
1447 mKeyboardSwitcher.getCurrentKeyboardScriptId(), mHandler); in onEvent()
1631 mKeyboardSwitcher.getCurrentKeyboardScriptId(), in pickSuggestionManually()
1770 mKeyboardSwitcher.getCurrentKeyboardScriptId(), in onKeyDown()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java502 public int getCurrentKeyboardScriptId() { in getCurrentKeyboardScriptId() method in KeyboardSwitcher