Home | History | Annotate | Download | only in inputmethod

Lines Matching refs:hideSoftInputFromWindow

804      * {@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) {
899 return hideSoftInputFromWindow(windowToken, flags, null);
918 public boolean hideSoftInputFromWindow(IBinder windowToken, int flags,