Searched refs:InputMethodManagerInternal (Results 1 – 6 of 6) sorted by relevance
24 public interface InputMethodManagerInternal { interface
51 import android.view.inputmethod.InputMethodManagerInternal;93 private final InputMethodManagerInternal mInputMethodManagerInternal;138 mInputMethodManagerInternal = LocalServices.getService(InputMethodManagerInternal.class); in Notifier()
48 import android.view.inputmethod.InputMethodManagerInternal;382 InputMethodManagerInternal inputMethodManagerInternal = in notifyDockedStackExistsChanged()383 LocalServices.getService(InputMethodManagerInternal.class); in notifyDockedStackExistsChanged()
122 import android.view.inputmethod.InputMethodManagerInternal;5640 final InputMethodManagerInternal inputMethodManagerInternal = in switchInputMethod()5641 LocalServices.getService(InputMethodManagerInternal.class); in switchInputMethod()
121 import android.view.inputmethod.InputMethodManagerInternal;794 LocalServices.addService(InputMethodManagerInternal.class, in onStart()3868 private static final class LocalServiceImpl implements InputMethodManagerInternal {
4619 android.view.inputmethod.InputMethodManagerInternal