Searched refs:editorAction (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnection.java638 * @param editorAction This must be one of the action constants for
644 boolean performEditorAction(int editorAction); argument
H A DInputConnectionWrapper.java204 public boolean performEditorAction(int editorAction) { argument
205 return mTarget.performEditorAction(editorAction);
/frameworks/base/core/java/android/widget/
H A DAbsListView.java5898 public boolean performEditorAction(int editorAction) { argument
5901 if (editorAction == EditorInfo.IME_ACTION_DONE) {

Completed in 73 milliseconds