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

1 2 3

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
EditTextFragment.java 35 implements TextWatcher, TextView.OnEditorActionListener {
43 private TextView.OnEditorActionListener mEditorActionListener = null;
81 public void setOnEditorActionListener(TextView.OnEditorActionListener listener) {
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
LoginPrompt.java 17 import android.widget.TextView.OnEditorActionListener;
44 mPasswordView.setOnEditorActionListener(new OnEditorActionListener() {
  /frameworks/base/core/java/com/android/internal/app/
RestrictionsPinActivity.java 31 import android.widget.TextView.OnEditorActionListener;
40 implements OnClickListener, TextWatcher, OnEditorActionListener {
  /packages/apps/Browser/src/com/android/browser/
HttpAuthenticationDialog.java 27 import android.widget.TextView.OnEditorActionListener;
115 mPasswordView.setOnEditorActionListener(new OnEditorActionListener() {
UrlInputView.java 37 import android.widget.TextView.OnEditorActionListener;
53 implements OnEditorActionListener,
  /external/chromium_org/tools/android/memconsumer/java/src/org/chromium/memconsumer/
MemConsumer.java 59 editText.setOnEditorActionListener(new TextView.OnEditorActionListener() {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ShortcutNameActivity.java 41 TextView.OnEditorActionListener {
  /packages/services/Telephony/src/com/android/phone/settings/fdn/
GetPin2Screen.java 40 public class GetPin2Screen extends Activity implements TextView.OnEditorActionListener {
  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/shell/
AwShellActivity.java 29 import android.widget.TextView.OnEditorActionListener;
167 mUrlTextView.setOnEditorActionListener(new OnEditorActionListener() {
  /external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/
ChromeShellToolbar.java 20 import android.widget.TextView.OnEditorActionListener;
139 mUrlTextView.setOnEditorActionListener(new OnEditorActionListener() {
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardPasswordView.java 35 import android.widget.TextView.OnEditorActionListener;
44 implements KeyguardSecurityView, OnEditorActionListener, TextWatcher {
  /packages/apps/Browser/src/com/android/browser/preferences/
GeneralPreferencesFragment.java 36 import android.widget.TextView.OnEditorActionListener;
146 editText.setOnEditorActionListener(new OnEditorActionListener() {
  /packages/apps/DeskClock/src/com/android/deskclock/
LabelDialogFragment.java 34 import android.widget.TextView.OnEditorActionListener;
90 mLabelBox.setOnEditorActionListener(new OnEditorActionListener() {
  /frameworks/base/tests/SerialChat/src/com/android/serialchat/
SerialChat.java 37 public class SerialChat extends Activity implements Runnable, TextView.OnEditorActionListener {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/base/
TextInputWizardFragment.java 120 mTextInput.setOnEditorActionListener(new TextView.OnEditorActionListener() {
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java 229 private TextView.OnEditorActionListener mWriteListener
230 = new TextView.OnEditorActionListener() {
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java 229 private TextView.OnEditorActionListener mWriteListener
230 = new TextView.OnEditorActionListener() {
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 220 private TextView.OnEditorActionListener mWriteListener =
221 new TextView.OnEditorActionListener() {
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatFragment.java 229 private TextView.OnEditorActionListener mWriteListener
230 = new TextView.OnEditorActionListener() {
  /external/chromium_org/content/shell/android/java/src/org/chromium/content_shell/
Shell.java 21 import android.widget.TextView.OnEditorActionListener;
148 mUrlTextView.setOnEditorActionListener(new OnEditorActionListener() {
  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPassword.java 44 import android.widget.TextView.OnEditorActionListener;
78 OnEditorActionListener, TextWatcher {
275 // {@link OnEditorActionListener} methods.
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextView.java 44 private TextView.OnEditorActionListener onEditorActionListener;
447 public void setOnEditorActionListener(android.widget.TextView.OnEditorActionListener onEditorActionListener) {
448 this.onEditorActionListener = onEditorActionListener;
452 if (onEditorActionListener != null) {
453 return onEditorActionListener.onEditorAction((TextView) realView, imeAction, null);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SearchActivityView.java 36 import android.widget.TextView.OnEditorActionListener;
461 private class QueryTextEditorActionListener implements OnEditorActionListener {
  /frameworks/base/libs/usb/tests/AccessoryChat/src/com/android/accessorychat/
AccessoryChat.java 44 public class AccessoryChat extends Activity implements Runnable, TextView.OnEditorActionListener {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothNameDialogFragment.java 133 mDeviceNameView.setOnEditorActionListener(new TextView.OnEditorActionListener() {

Completed in 1190 milliseconds

1 2 3