Searched defs:getCurrentInputEditorInfo (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java214 * retrieved with {@link #getCurrentInputEditorInfo()} method. The most
350 final EditorInfo ei = getCurrentInputEditorInfo();
905 getCurrentInputEditorInfo(), true);
1013 public EditorInfo getCurrentInputEditorInfo() { method in class:InputMethodService
2215 EditorInfo ei = getCurrentInputEditorInfo();
2536 final EditorInfo ei = getCurrentInputEditorInfo();

Completed in 51 milliseconds