Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DAccessibilityUtils.java247 public void onStartInputViewInternal(final View view, final EditorInfo editorInfo, in onStartInputViewInternal() method in AccessibilityUtils
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java517 latinIme.onStartInputViewInternal(editorInfo, restarting); in onStartInputView()
891 void onStartInputViewInternal(final EditorInfo editorInfo, final boolean restarting) { in onStartInputViewInternal() method in LatinIME
950 accessUtils.onStartInputViewInternal(mainKeyboardView, editorInfo, restarting); in onStartInputViewInternal()