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/latin/
DLatinIME.java479 latinIme.onStartInputViewInternal(editorInfo, restarting); in onStartInputView()
826 void onStartInputViewInternal(final EditorInfo editorInfo, final boolean restarting) { in onStartInputViewInternal() method in LatinIME
885 accessUtils.onStartInputViewInternal(mainKeyboardView, editorInfo, restarting); in onStartInputViewInternal()
/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