Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/
DTextInputChannel.java116 …public void updateEditingState(int inputClientId, String text, int selectionStart, int selectionEn… in updateEditingState()
434 public final int selectionStart; field in TextInputChannel.TextEditState
437 public TextEditState(@NonNull String text, int selectionStart, int selectionEnd) { in TextEditState()
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/editing/
DInputConnectionAdaptor.java59 int selectionStart = Selection.getSelectionStart(mEditable); in updateEditingState() local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_inputmethodengine.js24 selectionStart: 4, property
/third_party/typescript/src/harness/
DfourslashImpl.ts1685 let selectionStart: ts.LineAndCharacter; variable
1717 … const selectionPadLength = lineNumber === selectionStart.line ? selectionStart.character : 0; constant
/third_party/typescript/tests/lib/
Dlib.d.ts9142 selectionStart: number; property
10664 selectionStart: number; property
/third_party/typescript/lib/
Dlib.dom.d.ts7360 selectionStart: number | null; property
8887 selectionStart: number; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts7340 selectionStart: number | null; property
8867 selectionStart: number; property