Searched refs:onEditorAction (Results 1 - 24 of 24) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DEditTextFragment.java143 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { method in class:EditTextFragment
145 return mEditorActionListener.onEditorAction(v, actionId, event);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DShortcutNameActivity.java87 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { method in class:ShortcutNameActivity
H A DMaterialSearchActionView.java231 public boolean onEditorAction(TextView textView, int actionId, KeyEvent keyEvent) { method in class:MaterialSearchActionView
/packages/services/Telephony/src/com/android/phone/settings/fdn/
H A DGetPin2Screen.java91 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { method in class:GetPin2Screen
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactRecipientAutoCompleteView.java283 public boolean onEditorAction(final TextView view, final int actionId, final KeyEvent event) { method in class:ContactRecipientAutoCompleteView
287 return super.onEditorAction(view, actionId, event);
/packages/apps/Browser/src/com/android/browser/
H A DHttpAuthenticationDialog.java117 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
H A DUrlInputView.java208 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { method in class:UrlInputView
H A DAddBookmarkPage.java184 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { method in class:AddBookmarkPage
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
H A DPasswordInputWizardFragment.java123 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
H A DTextInputWizardFragment.java142 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
/packages/apps/Browser/src/com/android/browser/preferences/
H A DGeneralPreferencesFragment.java148 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
/packages/apps/DeskClock/src/com/android/deskclock/
H A DLabelDialogFragment.java89 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DDefaultAppSearchController.java167 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { method in class:DefaultAppSearchController
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothNameDialogFragment.java138 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DSearchActivityView.java463 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { method in class:SearchActivityView.QueryTextEditorActionListener
473 if (DBG) Log.d(TAG, "onEditorAction consumed=" + consumed);
/packages/apps/Settings/src/com/android/settings/
H A DConfirmLockPassword.java483 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { method in class:ConfirmLockPassword.ConfirmLockPasswordFragment
H A DChooseLockPassword.java546 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { method in class:ChooseLockPassword.ChooseLockPasswordFragment
H A DCryptKeeper.java866 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { method in class:CryptKeeper
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/form/
H A DMultiPagedForm.java532 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolder.java272 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { method in class:Folder
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DComposeMessageView.java362 @Override // TextView.OnEditorActionListener.onEditorAction
363 public boolean onEditorAction(final TextView view, final int actionId, final KeyEvent event) { method in class:ComposeMessageView
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFolder.java329 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { method in class:Folder
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventView.java828 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java1397 public boolean onEditorAction(TextView view, int action, KeyEvent keyEvent) { method in class:ComposeActivity

Completed in 603 milliseconds