Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
Dcj_richeditor_ffi.cpp159 auto selectionInfo = eventInfo->GetSelection(); in FfiOHOSAceFrameworkRichEditorOnSelect() local
Dcj_richeditor_controller_ffi.cpp423 SelectionInfo selectionInfo = richEditorController->GetSpansInfo(start, end); in GetSpans() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
Dselect_content_overlay_manager.cpp909 …ContentOverlayManager::SetHoldSelectionCallback(int32_t id, const HoldSelectionInfo& selectionInfo) in SetHoldSelectionCallback()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dbase_text_select_overlay.cpp287 HoldSelectionInfo selectionInfo; in SetSelectionHoldCallback() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
Dtext_testfive_ng.cpp410 auto selectionInfo = textPattern->GetSpansInfo(0, 0, GetSpansMethod::GETSPANS); variable