Home
last modified time | relevance | path

Searched defs:inputMethod (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DInsetsSourceProviderTest.java177 final WindowState inputMethod = createWindow(null, TYPE_INPUT_METHOD, "inputMethod"); in testUpdateSourceFrameForIme() local
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodWrapper.java133 public IInputMethodWrapper(AbstractInputMethodService context, InputMethod inputMethod) { in IInputMethodWrapper()
144 InputMethod inputMethod = mInputMethod.get(); in executeMessage() local