Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/advance/
H A Ddata_detector_adapter.cpp30 const RefPtr<NG::FrameNode>& targetNode, bool isShowCopy, bool isShowSelectText) in ShowAIEntityMenu() argument
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_data_detector_adapter.cpp33 const RefPtr<NG::FrameNode>& targetNode, bool isShowCopy, bool isShowSelectText) in ShowAIEntityMenu() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ai/
H A Ddata_detector_adapter.h83 bool isShowCopy = true, bool isShowSelectText = true);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Ddata_detector_adapter.cpp61 const RefPtr<NG::FrameNode>& targetNode, bool isShowCopy, bool isShowSelectText) in ShowAIEntityMenu() argument
78 if (!isShowCopy) { in ShowAIEntityMenu()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp1143 bool isShowCopy = true; in ShowAIEntityMenu() local
1149 isShowCopy = false; in ShowAIEntityMenu()
1154 … return dataDetectorAdapter_->ShowAIEntityMenu(aiSpan, aiRect, host, isShowCopy, isShowSelectText); in ShowAIEntityMenu()