Home | History | Annotate | Download | only in widget

Lines Matching refs:actionCode

4184      * @param actionCode The code of the action being performed.
4188 public void onEditorAction(int actionCode) {
4193 actionCode, null)) {
4203 if (actionCode == EditorInfo.IME_ACTION_NEXT) {
4213 } else if (actionCode == EditorInfo.IME_ACTION_PREVIOUS) {
4223 } else if (actionCode == EditorInfo.IME_ACTION_DONE) {