Searched defs:onEditorAction (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/tests/SerialChat/src/com/android/serialchat/
H A DSerialChat.java105 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { method in class:SerialChat
120 Log.d(TAG, "onEditorAction " + actionId + " event: " + event);
/frameworks/base/core/java/com/android/internal/app/
H A DRestrictionsPinActivity.java158 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { method in class:RestrictionsPinActivity
/frameworks/base/libs/usb/tests/AccessoryChat/src/com/android/accessorychat/
H A DAccessoryChat.java154 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { method in class:AccessoryChat
164 Log.d(TAG, "onEditorAction " + actionId + " event: " + event);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardAbsKeyInputView.java201 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { method in class:KeyguardAbsKeyInputView
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java2154 public void onEditorAction(int actionCode) { method in class:NumberPicker.CustomEditText
2155 super.onEditorAction(actionCode);
H A DTextView.java610 boolean onEditorAction(TextView v, int actionId, KeyEvent event); method in interface:TextView.OnEditorActionListener
4232 public void onEditorAction(int actionCode) { method in class:TextView
4236 if (ict.onEditorActionListener.onEditorAction(this,
5462 mEditor.mInputContentType.onEditorActionListener.onEditorAction(
5636 if (mEditor.mInputContentType.onEditorActionListener.onEditorAction(
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java309 public boolean onEditorAction(TextView view, int action, KeyEvent keyEvent) { method in class:RecipientEditTextView

Completed in 1401 milliseconds