Home
last modified time | relevance | path

Searched defs:onTextSelectionChange (Results 1 – 25 of 35) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui-ohos/src/handwritten/modifiers/
DArkTextNode.ts147 onTextSelectionChange(value: ((first: number, last: number) => void) | undefined): this { method in ArkTextNode
DArkTextModifier.ts149 onTextSelectionChange(value: ((first: number, last: number) => void) | undefined): this { method in ArkTextAttributeSet
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala/arkui/src/generated/
DArkTextInterfaces.ts109 onTextSelectionChange: ((first: number, last: number) => void); property
DArkSearchInterfaces.ts124 onTextSelectionChange: OnTextSelectionChangeCallback; property
DArkTextAreaInterfaces.ts126 onTextSelectionChange: ((first: number, last: number) => void); property
DArkSearch.ts215 public onTextSelectionChange(value: OnTextSelectionChangeCallback): this { method in ArkSearchComponent
DArkTextInputInterfaces.ts142 onTextSelectionChange: OnTextSelectionChangeCallback; property
DArkTextArea.ts242 public onTextSelectionChange(value: ((first: number, last: number) => void)): this { method in ArkTextAreaComponent
DArkTextInput.ts198 public onTextSelectionChange(value: OnTextSelectionChangeCallback): this { method in ArkTextInputComponent
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui/src/generated/
DArkSearchInterfaces.ts108 onTextSelectionChange: OnTextSelectionChangeCallback; property
DArkTextAreaInterfaces.ts110 onTextSelectionChange: ((first: number,last: number) => void); property
DArkSearch.ts198 public onTextSelectionChange(value: OnTextSelectionChangeCallback): this { method in ArkSearchComponent
DArkText.ts397 public onTextSelectionChange(value: ((first: number,last: number) => void)): this { method in ArkTextComponent
DArkTextInputInterfaces.ts126 onTextSelectionChange: OnTextSelectionChangeCallback; property
DArkTextArea.ts225 public onTextSelectionChange(value: ((first: number,last: number) => void)): this { method in ArkTextAreaComponent
DArkTextInput.ts181 public onTextSelectionChange(value: OnTextSelectionChangeCallback): this { method in ArkTextInputComponent
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui/src/generated/peers/
DArkSearchPeer.ts516 onTextSelectionChange?: OnTextSelectionChangeCallback property
DArkTextPeer.ts593 onTextSelectionChange?: ((first: number,last: number) => void) property
DArkTextAreaPeer.ts569 onTextSelectionChange?: ((first: number,last: number) => void) property
DArkTextInputPeer.ts698 onTextSelectionChange?: OnTextSelectionChangeCallback property
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui-ohos/src/component/
Dtext.ts980 onTextSelectionChange(value: ((first: number,last: number) => void) | undefined): this method
1505 public onTextSelectionChange(value: ((first: number,last: number) => void) | undefined): this { method in ArkTextComponent
Dsearch.ts907 onTextSelectionChange(value: OnTextSelectionChangeCallback | undefined): this method
1258 public onTextSelectionChange(value: OnTextSelectionChangeCallback | undefined): this { method in ArkSearchComponent
DtextArea.ts1068 onTextSelectionChange(value: ((first: number,last: number) => void) | undefined): this method
1505 public onTextSelectionChange(value: ((first: number,last: number) => void) | undefined): this { method in ArkTextAreaComponent
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
Dcj_text_ffi.cpp514 auto onTextSelectionChange = [lambda = CJLambda::Create(callback)]( in FfiOHOSAceFrameworkTextOnTextSelectionChange() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkSearch.ts917onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void): SearchAtt… method in ArkSearchComponent

12