Home | History | Annotate | Download | only in inputmethod

Lines Matching refs:showSoftInput

774      * Flag for {@link #showSoftInput} to indicate that this is an implicit
781 * Flag for {@link #showSoftInput} to indicate that the user has forced
788 * Synonym for {@link #showSoftInput(View, int, ResultReceiver)} without
797 public boolean showSoftInput(View view, int flags) {
798 return showSoftInput(view, flags, null);
803 * {@link #showSoftInput(View, int, ResultReceiver)} and
811 * {@link #showSoftInput(View, int, ResultReceiver)} and
819 * {@link #showSoftInput(View, int, ResultReceiver)} and
827 * {@link #showSoftInput(View, int, ResultReceiver)} and
849 public boolean showSoftInput(View view, int flags, ResultReceiver resultReceiver) {
858 return mService.showSoftInput(mClient, flags, resultReceiver);
869 mService.showSoftInput(mClient, flags, resultReceiver);