Searched refs:isShowCopy (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/advance/ |
H A D | data_detector_adapter.cpp | 30 const RefPtr<NG::FrameNode>& targetNode, bool isShowCopy, bool isShowSelectText) in ShowAIEntityMenu() argument
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_data_detector_adapter.cpp | 33 const RefPtr<NG::FrameNode>& targetNode, bool isShowCopy, bool isShowSelectText) in ShowAIEntityMenu() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ai/ |
H A D | data_detector_adapter.h | 83 bool isShowCopy = true, bool isShowSelectText = true);
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | data_detector_adapter.cpp | 61 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 D | text_pattern.cpp | 1143 bool isShowCopy = true; in ShowAIEntityMenu() local 1149 isShowCopy = false; in ShowAIEntityMenu() 1154 … return dataDetectorAdapter_->ShowAIEntityMenu(aiSpan, aiRect, host, isShowCopy, isShowSelectText); in ShowAIEntityMenu()
|