Home
last modified time | relevance | path

Searched defs:TextEditState (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/
DTextInputChannel.java423 public static class TextEditState { class in TextInputChannel
437 public TextEditState(@NonNull String text, int selectionStart, int selectionEnd) { in TextEditState() method in TextInputChannel.TextEditState