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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java804 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
812 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
820 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
828 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
875 * Flag for {@link #hideSoftInputFromWindow} to indicate that the soft
882 * Flag for {@link #hideSoftInputFromWindow} to indicate that the soft
889 * Synonym for {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}
898 public boolean hideSoftInputFromWindow(IBinder windowToken, int flags) { method in class:InputMethodManager
899 return hideSoftInputFromWindow(windowToken, flags, null);
918 public boolean hideSoftInputFromWindow(IBinde method in class:InputMethodManager
[all...]

Completed in 8 milliseconds