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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1009 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
1017 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
1025 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
1033 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
1101 * Flag for {@link #hideSoftInputFromWindow} and {@link InputMethodService#requestHideSelf(int)}
1108 * Flag for {@link #hideSoftInputFromWindow} and {@link InputMethodService#requestShowSelf(int)}
1115 * Synonym for {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}
1124 public boolean hideSoftInputFromWindow(IBinder windowToken, int flags) { method in class:InputMethodManager
1125 return hideSoftInputFromWindow(windowToken, flags, null);
1154 public boolean hideSoftInputFromWindow(IBinde method in class:InputMethodManager
[all...]

Completed in 79 milliseconds