Home
last modified time | relevance | path

Searched refs:Replaced (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/text/method/
DQwertyKeyListener.java268 Replaced[] repl = content.getSpans(0, content.length(), in onKeyDown()
269 Replaced.class); in onKeyDown()
276 content.setSpan(new Replaced(orig), x, oldStart, in onKeyDown()
325 Replaced[] repl = content.getSpans(selStart - consider, selStart, in onKeyDown()
326 Replaced.class); in onKeyDown()
423 Replaced[] repl = content.getSpans(0, content.length(), Replaced.class); in markAsReplaced()
432 content.setSpan(new Replaced(orig), start, end, in markAsReplaced()
520 /* package */ static class Replaced implements NoCopySpan class in QwertyKeyListener
522 public Replaced(char[] text) { in Replaced() method in QwertyKeyListener.Replaced
DTextKeyListener.java173 QwertyKeyListener.Replaced[] repl = e.getSpans(0, e.length(), in clear()
174 QwertyKeyListener.Replaced.class); in clear()
/frameworks/native/vulkan/doc/implementors_guide/
Dimplementors_guide.adoc193 * Replaced vkImportNativeFenceANDROID and vkQueueSignalNativeFenceANDROID
/frameworks/base/
Dcompiled-classes-phone4052 android.text.method.QwertyKeyListener$Replaced