Home | History | Annotate | Download | only in inputmethod

Lines Matching defs:hideSoftInputFromWindow

698      * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
706 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
714 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
722 * {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)}: the
770 * Flag for {@link #hideSoftInputFromWindow} to indicate that the soft
777 * Flag for {@link #hideSoftInputFromWindow} to indicate that the soft
784 * Synonym for {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)
793 public boolean hideSoftInputFromWindow(IBinder windowToken, int flags) {
794 return hideSoftInputFromWindow(windowToken, flags, null);
813 public boolean hideSoftInputFromWindow(IBinder windowToken, int flags,