Searched defs:bindInput (Results 1 - 3 of 3) 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/android/inputmethodservice/
H A DIInputMethodWrapper.java159 inputMethod.bindInput((InputBinding)msg.obj);
248 public void bindInput(InputBinding binding) { method in class:IInputMethodWrapper
H A DInputMethodService.java377 public void bindInput(InputBinding binding) { method in class:InputMethodService.InputMethodImpl
380 if (DEBUG) Log.v(TAG, "bindInput(): binding=" + binding

Completed in 70 milliseconds