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.java58 public interface InputMethodListListener { interface in InputMethodManagerInternal
164 public abstract void registerInputMethodListListener(InputMethodListListener listener); in registerInputMethodListListener()
310 public void registerInputMethodListListener(InputMethodListListener listener) {
DInputMethodManagerService.java183 import com.android.server.inputmethod.InputMethodManagerInternal.InputMethodListListener;
694 private final CopyOnWriteArrayList<InputMethodListListener> mInputMethodListListeners =
5772 public void registerInputMethodListListener(InputMethodListListener listener) { in registerInputMethodListListener()