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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java751 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
759 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
767 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
775 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
822 * Flag for {@link #hideSoftInputFromWindow} to indicate that the soft
829 * Flag for {@link #hideSoftInputFromWindow} to indicate that the soft
836 * Synonym for {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}
845 public boolean hideSoftInputFromWindow(IBinder windowToken, int flags) { method in class:InputMethodManager
846 return hideSoftInputFromWindow(windowToken, flags, null);
865 public boolean hideSoftInputFromWindow(IBinde method in class:InputMethodManager
[all...]

Completed in 49 milliseconds