Searched refs:sendOnTextChanged (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | TextView.java | 6401 sendOnTextChanged(text, 0, oldlen, textLength); in setText() 10784 void sendOnTextChanged(CharSequence text, int start, int before, int after) { in sendOnTextChanged() method in TextView.Drawables 10793 if (mEditor != null) mEditor.sendOnTextChanged(start, before, after); in sendOnTextChanged() 10904 sendOnTextChanged(buffer, start, before, after); in handleTextChanged()
|
H A D | Editor.java | 1608 void sendOnTextChanged(int start, int before, int after) { in sendOnTextChanged() method in Editor
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 20105 HSPLandroid/widget/Editor;->sendOnTextChanged(III)V+]Landroid/widget/Editor;Landroid/widget/Editor;… 20971 HSPLandroid/widget/TextView;->sendOnTextChanged(Ljava/lang/CharSequence;III)V+]Landroid/widget/Edit…
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 20153 HSPLandroid/widget/Editor;->sendOnTextChanged(III)V+]Landroid/widget/Editor;Landroid/widget/Editor;… 21018 HSPLandroid/widget/TextView;->sendOnTextChanged(Ljava/lang/CharSequence;III)V+]Landroid/widget/Edit…
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 70701 Landroid/widget/Editor;->sendOnTextChanged(III)V 73943 Landroid/widget/TextView;->sendOnTextChanged(Ljava/lang/CharSequence;III)V
|