Home
last modified time | relevance | path

Searched refs:MemoryTextWatcher (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/text/
DSelection.java113 final TextWatcher watcher = new MemoryTextWatcher(); in updateMemory()
124 MemoryTextWatcher[] watchers = text.getSpans(0, text.length(), MemoryTextWatcher.class); in removeMemory()
125 for (MemoryTextWatcher watcher : watchers) { in removeMemory()
134 public static final class MemoryTextWatcher implements TextWatcher { class in Selection
/frameworks/base/config/
Ddirty-image-objects191 android.text.Selection$MemoryTextWatcher
Dpreloaded-classes3472 android.text.Selection$MemoryTextWatcher
Dboot-image-profile.txt36123 Landroid/text/Selection$MemoryTextWatcher;
/frameworks/base/api/
Dtest-lint-baseline.txt1952 MissingNullability: android.text.Selection.MemoryTextWatcher#afterTextChanged(android.text.Editable…
1954 MissingNullability: android.text.Selection.MemoryTextWatcher#beforeTextChanged(CharSequence, int, i…
1956 MissingNullability: android.text.Selection.MemoryTextWatcher#onTextChanged(CharSequence, int, int, …
Dtest-current.txt4166 public static final class Selection.MemoryTextWatcher implements android.text.TextWatcher {
4167 ctor public Selection.MemoryTextWatcher();