Home
last modified time | relevance | path

Searched refs:restartInput (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
DInputMethodManagerWrapper.java30 public void restartInput(View view) { in restartInput() method in InputMethodManagerWrapper
31 getInputMethodManager().restartInput(view); in restartInput()
DImeAdapter.java241 mInputMethodManagerWrapper.restartInput(mViewEmbedder.getAttachedView()); in updateKeyboardVisibility()
523 if (mInputConnection != null && isEditable) mInputConnection.restartInput(); in focusedNodeChanged()
547 if (mInputConnection != null) mInputConnection.restartInput(); in cancelComposition()
DAdapterInputConnection.java242 restartInput(); in performEditorAction()
414 void restartInput() { in restartInput() method in AdapterInputConnection
416 getInputMethodManagerWrapper().restartInput(mInternalView); in restartInput()
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
DTestInputMethodManagerWrapper.java29 public void restartInput(View view) { in restartInput() method in TestInputMethodManagerWrapper
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/
DAdapterInputConnectionTest.java99 public void restartInput(View view) {} in restartInput() method in AdapterInputConnectionTest.TestInputMethodManagerWrapper
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DContentViewCore.java1585 mInputMethodManagerWrapper.restartInput(mContainerView);