Home | History | Annotate | Download | only in inputmethod

Lines Matching defs:showSoftInput

668      * Flag for {@link #showSoftInput} to indicate that this is an implicit
675 * Flag for {@link #showSoftInput} to indicate that the user has forced
682 * Synonym for {@link #showSoftInput(View, int, ResultReceiver)} without
691 public boolean showSoftInput(View view, int flags) {
692 return showSoftInput(view, flags, null);
697 * {@link #showSoftInput(View, int, ResultReceiver)} and
705 * {@link #showSoftInput(View, int, ResultReceiver)} and
713 * {@link #showSoftInput(View, int, ResultReceiver)} and
721 * {@link #showSoftInput(View, int, ResultReceiver)} and
743 public boolean showSoftInput(View view, int flags,
753 return mService.showSoftInput(mClient, flags, resultReceiver);
764 mService.showSoftInput(mClient, flags, resultReceiver);