Searched refs:Replaced (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/text/method/ |
D | QwertyKeyListener.java | 268 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
|
D | TextKeyListener.java | 173 QwertyKeyListener.Replaced[] repl = e.getSpans(0, e.length(), in clear() 174 QwertyKeyListener.Replaced.class); in clear()
|
/frameworks/native/vulkan/doc/implementors_guide/ |
D | implementors_guide.adoc | 193 * Replaced vkImportNativeFenceANDROID and vkQueueSignalNativeFenceANDROID
|
/frameworks/base/ |
D | compiled-classes-phone | 4052 android.text.method.QwertyKeyListener$Replaced
|