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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnection.java258 * @param editorAction This must be one of the action constants for
265 public boolean performEditorAction(int editorAction); argument
H A DInputConnectionWrapper.java97 public boolean performEditorAction(int editorAction) { argument
98 return mTarget.performEditorAction(editorAction);
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java330 public boolean performEditorAction(int editorAction) { argument
333 switch (editorAction) {
354 handled = super.performEditorAction(editorAction);

Completed in 381 milliseconds