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()162 public void registerInputMethodListListener(InputMethodListListener listener) {
214 InputMethodListListener listener) { in Lifecycle()
162 import com.android.server.inputmethod.InputMethodManagerInternal.InputMethodListListener;737 private final CopyOnWriteArrayList<InputMethodListListener> mInputMethodListListeners =5113 public void registerInputMethodListListener(InputMethodListListener listener) { in registerInputMethodListListener()
42997 Lcom/android/server/inputmethod/InputMethodManagerInternal$InputMethodListListener;