HomeSort by relevance Sort by last modified time
    Searched refs:onEditorAction (Results 1 - 25 of 35) sorted by null

1 2

  /packages/apps/Phone/src/com/android/phone/
GetPin2Screen.java 75 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
  /frameworks/base/core/java/com/android/internal/widget/
EditableInputConnection.java 138 mTextView.onEditorAction(actionCode);
  /frameworks/base/tests/SerialChat/src/com/android/serialchat/
SerialChat.java 105 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
120 Log.d(TAG, "onEditorAction " + actionId + " event: " + event);
  /packages/apps/Browser/src/com/android/browser/
HttpAuthenticationDialog.java 117 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
UrlInputView.java 235 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
AddBookmarkPage.java 184 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
LabelDialogFragment.java 89 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
  /frameworks/base/libs/usb/tests/AccessoryChat/src/com/android/accessorychat/
AccessoryChat.java 154 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
164 Log.d(TAG, "onEditorAction " + actionId + " event: " + event);
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardAbsKeyInputView.java 197 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
  /packages/apps/Browser/src/com/android/browser/preferences/
GeneralPreferencesFragment.java 148 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPassword.java 187 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
ChooseLockPassword.java 432 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
CryptKeeper.java 598 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothNameDialogFragment.java 136 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 222 public boolean onEditorAction(TextView view, int actionId, KeyEvent event) {
228 if(D) Log.i(TAG, "END onEditorAction");
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
PasswordUnlockScreen.java 374 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
ProfileActivity.java 313 public boolean onEditorAction(TextView v, int actionId,
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountServerBaseFragment.java 296 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SearchActivityView.java 556 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
566 if (DBG) Log.d(TAG, "onEditorAction consumed=" + consumed);
  /frameworks/base/core/java/android/widget/
NumberPicker.java     [all...]
SearchView.java     [all...]
TextView.java 441 boolean onEditorAction(TextView v, int actionId, KeyEvent event);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 272 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 272 public boolean onEditorAction(TextView view, int action, KeyEvent keyEvent) {
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java     [all...]

Completed in 744 milliseconds

1 2