HomeSort by relevance Sort by last modified time
    Searched defs:onTextChanged (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /packages/apps/DeskClock/src/com/android/deskclock/widget/
AutoSizingTextView.java 50 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) {
51 super.onTextChanged(text, start, lengthBefore, lengthAfter);
53 mTextSizeHelper.onTextChanged(lengthBefore, lengthAfter);
AutoSizingTextClock.java 51 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) {
52 super.onTextChanged(text, start, lengthBefore, lengthAfter);
57 mTextSizeHelper.onTextChanged(lengthBefore, lengthAfter);
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
EasyTextWatcher.java 24 * {@link TextWatcher#onTextChanged(CharSequence, int, int, int)} with empty bodies.
34 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
EasyTextWatcher.java 24 * {@link TextWatcher#onTextChanged(CharSequence, int, int, int)} with empty bodies.
34 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
EasyTextWatcher.java 24 * {@link TextWatcher#onTextChanged(CharSequence, int, int, int)} with empty bodies.
34 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /frameworks/base/core/java/android/text/
TextWatcher.java 40 public void onTextChanged(CharSequence s, int start, int before, int count);
52 * you can use {@link Spannable#setSpan} in {@link #onTextChanged}
  /developers/build/prebuilts/gradle/NfcProvisioning/Application/src/main/java/com/example/android/nfcprovisioning/
TextWatcherWrapper.java 42 public void onTextChanged(CharSequence s, int start, int before, int count) {
48 mListener.onTextChanged(mId, s.toString());
52 void onTextChanged(int id, String s);
  /developers/samples/android/admin/NfcProvisioning/Application/src/main/java/com/example/android/nfcprovisioning/
TextWatcherWrapper.java 42 public void onTextChanged(CharSequence s, int start, int before, int count) {
48 mListener.onTextChanged(mId, s.toString());
52 void onTextChanged(int id, String s);
  /development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
TextWatcherWrapper.java 42 public void onTextChanged(CharSequence s, int start, int before, int count) {
48 mListener.onTextChanged(mId, s.toString());
52 public void onTextChanged(int id, String s);
  /packages/apps/Dialer/java/com/android/dialer/widget/
ResizingTextEditText.java 41 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) {
42 super.onTextChanged(text, start, lengthBefore, lengthAfter);
ResizingTextTextView.java 41 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) {
42 super.onTextChanged(text, start, lengthBefore, lengthAfter);
  /packages/apps/PhoneCommon/src/com/android/phone/common/widget/
ResizingTextEditText.java 44 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) {
45 super.onTextChanged(text, start, lengthBefore, lengthAfter);
ResizingTextTextView.java 44 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) {
45 super.onTextChanged(text, start, lengthBefore, lengthAfter);
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
CallbackBindingObject.java 66 void onTextChanged(CharSequence s, int start, int before, int count);
69 void onTextChanged();
  /cts/tests/autofillservice/src/android/autofillservice/cts/
MultipleTimesTextWatcher.java 55 public void onTextChanged(CharSequence s, int start, int before, int count) {
56 Log.v(TAG, "onTextChanged(" + mLatch.getCount() + "): " + mName + " = " + s);
  /developers/build/prebuilts/gradle/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
CardEmulationFragment.java 60 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /developers/samples/android/connectivity/nfc/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
CardEmulationFragment.java 60 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
CardEmulationFragment.java 60 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /frameworks/support/emoji/core/tests/java/android/support/text/emoji/widget/
EmojiTextWatcherTest.java 61 mTextWatcher.onTextChanged(testString, 0, 0, 1);
73 mTextWatcher.onTextChanged(testString, 0, 0, 1);
85 mTextWatcher.onTextChanged(testString, 0, 0, 1);
99 mTextWatcher.onTextChanged(testString, 0, 0, 1);
106 mTextWatcher.onTextChanged(testString, 0, 0, 1);
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ApiPrompt.java 130 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberFormattingTextWatcher.java 87 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /packages/apps/Settings/src/com/android/settings/widget/
ValidatedEditTextPreference.java 96 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatTextView.java 195 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) {
196 super.onTextChanged(text, start, lengthBefore, lengthAfter);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
EditTextFragment.java 136 public void onTextChanged(CharSequence s, int start, int before, int count) {
138 mTextWatcher.onTextChanged(s, start, before, count);
  /development/samples/ApiDemos/src/com/example/android/apis/content/
TextUndoActivity.java 88 public void onTextChanged(CharSequence s, int start, int before, int count) {

Completed in 1718 milliseconds

1 2 3 4 5 6