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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java873 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
881 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
889 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
897 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
944 * Flag for {@link #hideSoftInputFromWindow} to indicate that the soft
951 * Flag for {@link #hideSoftInputFromWindow} to indicate that the soft
958 * Synonym for {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}
967 public boolean hideSoftInputFromWindow(IBinder windowToken, int flags) { method in class:InputMethodManager
968 return hideSoftInputFromWindow(windowToken, flags, null);
987 public boolean hideSoftInputFromWindow(IBinde method in class:InputMethodManager
[all...]

Completed in 51 milliseconds