Home
last modified time | relevance | path

Searched refs:HoldSelectionInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H A Dselect_content_overlay_manager.h57 void SetHoldSelectionCallback(int32_t id, const HoldSelectionInfo& selectionInfo);
133 std::optional<HoldSelectionInfo> holdSelectionInfo_;
H A Dselect_content_overlay_manager.cpp909 void SelectContentOverlayManager::SetHoldSelectionCallback(int32_t id, const HoldSelectionInfo& sel… in SetHoldSelectionCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_property.h149 struct HoldSelectionInfo { struct
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dselect_overlay_manager_test_ng.cpp2053 HoldSelectionInfo holdSelectionInfo_;
2073 HoldSelectionInfo holdSelectionInfo_;
2095 HoldSelectionInfo holdSelectionInfo_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dbase_text_select_overlay.cpp287 HoldSelectionInfo selectionInfo; in SetSelectionHoldCallback()