Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.h536 CopyOptions GetCopyOptions() const in GetCopyOptions() function
H A Dtext_pattern.cpp1223 … if (textPattern->GetCopyOptions() == CopyOptions::None && !textPattern->NeedShowAIDetect() && in InitClickEvent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_testtwo_ng.cpp1105 EXPECT_EQ(textFieldLayoutProperty->GetCopyOptions(), OHOS::Ace::CopyOptions::Distributed);
H A Dsearch_test_ng.cpp1234 EXPECT_EQ(textFieldLayoutProperty->GetCopyOptions(), OHOS::Ace::CopyOptions::Local);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_view.cpp856 if (textPattern && textPattern->GetCopyOptions() == CopyOptions::None) { in SetPreviewInfoToMenu()