Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_selector.h215 int32_t destinationOffset = -1; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp1120 auto destinationOffset = textSelector_.destinationOffset; in ShowAIEntityMenu() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp7530 int32_t destinationOffset = std::min(textSelector_.destinationOffset, GetTextContentLength()); in OnBackPressed() local