Searched defs:actionId (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/widget/
H A DSearchEditText.java123 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { argument
124 if (actionId == EditorInfo.IME_ACTION_DONE) {
/packages/apps/Settings/src/com/android/settings/
H A DConfirmLockPassword.java185 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { argument
187 if (actionId == EditorInfo.IME_NULL
188 || actionId == EditorInfo.IME_ACTION_DONE
189 || actionId == EditorInfo.IME_ACTION_NEXT) {
H A DCryptKeeper.java501 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { argument
502 if (actionId == EditorInfo.IME_NULL || actionId == EditorInfo.IME_ACTION_DONE) {
H A DChooseLockPassword.java423 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { argument
425 if (actionId == EditorInfo.IME_NULL
426 || actionId == EditorInfo.IME_ACTION_DONE
427 || actionId == EditorInfo.IME_ACTION_NEXT) {
/packages/apps/Browser/src/com/android/browser/
H A DUrlInputView.java240 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { argument
H A DAddBookmarkPage.java184 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { argument
187 if (actionId == EditorInfo.IME_NULL) {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolder.java269 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { argument
270 if (actionId == EditorInfo.IME_ACTION_DONE) {
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DSearchActivityView.java556 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { argument
/packages/apps/Mms/src/com/android/mms/ui/
H A DComposeMessageActivity.java3166 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { argument

Completed in 153 milliseconds