Searched defs:unbindInput (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java103 * @see #unbindInput()
115 public void unbindInput(); method in interface:InputMethod
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java163 inputMethod.unbindInput();
256 public void unbindInput() { method in class:IInputMethodWrapper
H A DInputMethodService.java382 public void unbindInput() { method in class:InputMethodService.InputMethodImpl
383 if (DEBUG) Log.v(TAG, "unbindInput(): binding=" + mInputBinding

Completed in 75 milliseconds