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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java859 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
867 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
875 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
883 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
930 * Flag for {@link #hideSoftInputFromWindow} to indicate that the soft
937 * Flag for {@link #hideSoftInputFromWindow} to indicate that the soft
944 * Synonym for {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}
953 public boolean hideSoftInputFromWindow(IBinder windowToken, int flags) { method in class:InputMethodManager
954 return hideSoftInputFromWindow(windowToken, flags, null);
973 public boolean hideSoftInputFromWindow(IBinde method in class:InputMethodManager
[all...]

Completed in 156 milliseconds