Home
last modified time | relevance | path

Searched refs:MemoryTextWatcher (Results 1 – 5 of 5) 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.txt36124 Landroid/text/Selection$MemoryTextWatcher;
/frameworks/base/api/
Dtest-current.txt2980 public static final class Selection.MemoryTextWatcher implements android.text.TextWatcher {
2981 ctor public Selection.MemoryTextWatcher();