Searched defs:hideSoftInputFromWindow (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java698 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
706 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
714 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
722 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
770 * Flag for {@link #hideSoftInputFromWindow} to indicate that the soft
777 * Flag for {@link #hideSoftInputFromWindow} to indicate that the soft
784 * Synonym for {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)
793 public boolean hideSoftInputFromWindow(IBinder windowToken, int flags) { method in class:InputMethodManager
794 return hideSoftInputFromWindow(windowToken, flags, null);
813 public boolean hideSoftInputFromWindow(IBinde method in class:InputMethodManager
[all...]

Completed in 171 milliseconds