Home | History | Annotate | Download | only in server

Lines Matching refs:hideSoftInput

2090     public boolean hideSoftInput(IInputMethodClient client, int flags,
2106 if (DEBUG) Slog.w(TAG, "Ignoring hideSoftInput of uid "
2134 // There is a chance that IMM#hideSoftInput() is called in a transient state where
2137 // historically we have accepted an incoming call of IMM#hideSoftInput() from the
2139 // since Android Eclair. That's why we need to accept IMM#hideSoftInput() even when only
2743 if (DEBUG) Slog.v(TAG, "Calling " + args.arg1 + ".hideSoftInput(0, "
2745 ((IInputMethod)args.arg1).hideSoftInput(0, (ResultReceiver)args.arg2);