Searched refs:onTextChanged (Results 1 – 5 of 5) sorted by relevance
| /appcompat/appcompat/src/main/java/androidx/appcompat/widget/ |
| D | AppCompatButton.java | 213 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) { in onTextChanged() method in AppCompatButton 214 super.onTextChanged(text, start, lengthBefore, lengthAfter); in onTextChanged()
|
| D | AppCompatTextView.java | 332 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) { in onTextChanged() method in AppCompatTextView 333 super.onTextChanged(text, start, lengthBefore, lengthAfter); in onTextChanged()
|
| D | SearchView.java | 1188 void onTextChanged(CharSequence newText) { in onTextChanged() method in SearchView 1733 public void onTextChanged(CharSequence s, int start, 1735 SearchView.this.onTextChanged(s);
|
| /appcompat/appcompat/api/ |
| D | api_lint.ignore | 598 MissingNullability: androidx.appcompat.widget.AppCompatButton#onTextChanged(CharSequence, int, int,… 599 Missing nullability on parameter `text` in method `onTextChanged` 652 MissingNullability: androidx.appcompat.widget.AppCompatTextView#onTextChanged(CharSequence, int, in… 653 Missing nullability on parameter `text` in method `onTextChanged`
|
| /appcompat/appcompat/src/main/ |
| D | baseline-prof.txt | 236 HSPLandroidx/appcompat/widget/AppCompatButton;->onTextChanged(Ljava/lang/CharSequence;III)V 298 HSPLandroidx/appcompat/widget/AppCompatTextView;->onTextChanged(Ljava/lang/CharSequence;III)V
|