Home
last modified time | relevance | path

Searched refs:getInputMethodManagerWrapper (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
DAdapterInputConnection.java202 getInputMethodManagerWrapper().updateSelection(mInternalView, in updateSelectionIfRequired()
416 getInputMethodManagerWrapper().restartInput(mInternalView); in restartInput()
444 return getInputMethodManagerWrapper().isActive(mInternalView); in isActive()
447 private InputMethodManagerWrapper getInputMethodManagerWrapper() { in getInputMethodManagerWrapper() method in AdapterInputConnection
448 return mImeAdapter.getInputMethodManagerWrapper(); in getInputMethodManagerWrapper()
DImeAdapter.java167 InputMethodManagerWrapper getInputMethodManagerWrapper() { in getInputMethodManagerWrapper() method in ImeAdapter