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.java164 inputMethod.unbindInput();
261 public void unbindInput() { method in class:IInputMethodWrapper
H A DInputMethodService.java398 public void unbindInput() { method in class:InputMethodService.InputMethodImpl
399 if (DEBUG) Log.v(TAG, "unbindInput(): binding=" + mInputBinding

Completed in 78 milliseconds