Home
last modified time | relevance | path

Searched refs:onTextChanged (Results 1 – 5 of 5) sorted by relevance

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DAppCompatButton.java213 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()
DAppCompatTextView.java332 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()
DSearchView.java1188 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/
Dapi_lint.ignore598 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/
Dbaseline-prof.txt236 HSPLandroidx/appcompat/widget/AppCompatButton;->onTextChanged(Ljava/lang/CharSequence;III)V
298 HSPLandroidx/appcompat/widget/AppCompatTextView;->onTextChanged(Ljava/lang/CharSequence;III)V