Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerInternal.java43 public interface InputMethodListListener { interface in InputMethodManagerInternal
117 public abstract void registerInputMethodListListener(InputMethodListListener listener); in registerInputMethodListListener()
222 public void registerInputMethodListListener(InputMethodListListener listener) {
DInputMethodManagerService.java191 import com.android.server.inputmethod.InputMethodManagerInternal.InputMethodListListener;
845 private final CopyOnWriteArrayList<InputMethodListListener> mInputMethodListListeners =
5730 public void registerInputMethodListListener(InputMethodListListener listener) { in registerInputMethodListListener()