Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala/arkui/src/generated/
DArkTextAreaControllerMaterialized.ts54 …public setTextSelection(selectionStart: number, selectionEnd: number, options?: SelectionOptions):… method in TextAreaController
DArkSearchControllerMaterialized.ts58 …public setTextSelection(selectionStart: number, selectionEnd: number, options?: SelectionOptions):… method in SearchController
DArkTextInputControllerMaterialized.ts54 …public setTextSelection(selectionStart: number, selectionEnd: number, options?: SelectionOptions):… method in TextInputController
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui/src/generated/
DArkSearchControllerMaterialized.ts57 …public setTextSelection(selectionStart: number, selectionEnd: number, options?: SelectionOptions):… method in SearchController
DArkTextInputControllerMaterialized.ts53 …public setTextSelection(selectionStart: number, selectionEnd: number, options?: SelectionOptions):… method in TextInputController
DArkTextAreaControllerMaterialized.ts53 …public setTextSelection(selectionStart: number, selectionEnd: number, options?: SelectionOptions):… method in TextAreaController
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala/arkui/src/shared/
DControllers.ts344 setTextSelection(selectionStart: number, selectionEnd: number): void { method in TextInputController
437 setTextSelection(selectionStart: number, selectionEnd: number): void { method in TextAreaController
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui-ohos/src/component/
Dsearch.ts1594 …public setTextSelection(selectionStart: number, selectionEnd: number, options?: SelectionOptions):… method in SearchController
DtextArea.ts1917 …public setTextSelection(selectionStart: number, selectionEnd: number, options?: SelectionOptions):… method in TextAreaController
DtextInput.ts2400 …public setTextSelection(selectionStart: number, selectionEnd: number, options?: SelectionOptions):… method in TextInputController
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
Dcjui_api.h675 void (*setTextSelection)(ArkUINodeHandle node, ArkUI_Int32 startIndex, ArkUI_Int32 endIndex); member
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala/framework/native/src/generated/
Darkoala_api_generated.h25964 void (*setTextSelection)(Ark_SearchController peer, member
26143 void (*setTextSelection)(Ark_TextAreaController peer, member
26242 void (*setTextSelection)(Ark_TextInputController peer, member
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/generated/interface/
Darkoala_api_generated.h25966 void (*setTextSelection)(Ark_SearchController peer, member
26145 void (*setTextSelection)(Ark_TextAreaController peer, member
26244 void (*setTextSelection)(Ark_TextInputController peer, member
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
Darkoala_api.h3013 void (*setTextSelection)(ArkUINodeHandle node, ArkUI_Int32 startIndex, ArkUI_Int32 endIndex); member