Searched refs:InputMethodListListener (Results 1 – 4 of 4) sorted by relevance
41 public interface InputMethodListListener { interface in InputMethodManagerInternal100 public abstract void registerInputMethodListListener(InputMethodListListener listener); in registerInputMethodListListener()171 public void registerInputMethodListListener(InputMethodListListener listener) {
216 InputMethodListListener listener) { in Lifecycle()
187 import com.android.server.inputmethod.InputMethodManagerInternal.InputMethodListListener;685 private final CopyOnWriteArrayList<InputMethodListListener> mInputMethodListListeners =4999 public void registerInputMethodListListener(InputMethodListListener listener) { in registerInputMethodListListener()
53672 Lcom/android/server/inputmethod/InputMethodManagerInternal$InputMethodListListener;