Home
last modified time | relevance | path

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

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