Searched refs:bindInput (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java105 public void bindInput(InputBinding binding); method in interface:InputMethod
109 * set by {@link #bindInput} is no longer valid for this input method.
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethod.aidl37 void bindInput(in InputBinding binding);
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java159 inputMethod.bindInput((InputBinding)msg.obj);
248 public void bindInput(InputBinding binding) { method in class:IInputMethodWrapper
H A DInputMethodService.java368 public void bindInput(InputBinding binding) { method in class:InputMethodService.InputMethodImpl
371 if (DEBUG) Log.v(TAG, "bindInput(): binding=" + binding
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java373 * Have we called mCurMethod.bindInput()?
2513 ((IInputMethod)args.arg1).bindInput((InputBinding)args.arg2);

Completed in 213 milliseconds