Searched refs:restartInput (Results 1 – 6 of 6) sorted by relevance
30 public void restartInput(View view) { in restartInput() method in InputMethodManagerWrapper31 getInputMethodManager().restartInput(view); in restartInput()
241 mInputMethodManagerWrapper.restartInput(mViewEmbedder.getAttachedView()); in updateKeyboardVisibility()523 if (mInputConnection != null && isEditable) mInputConnection.restartInput(); in focusedNodeChanged()547 if (mInputConnection != null) mInputConnection.restartInput(); in cancelComposition()
242 restartInput(); in performEditorAction()414 void restartInput() { in restartInput() method in AdapterInputConnection416 getInputMethodManagerWrapper().restartInput(mInternalView); in restartInput()
29 public void restartInput(View view) { in restartInput() method in TestInputMethodManagerWrapper
99 public void restartInput(View view) {} in restartInput() method in AdapterInputConnectionTest.TestInputMethodManagerWrapper
1585 mInputMethodManagerWrapper.restartInput(mContainerView);