Home
last modified time | relevance | path

Searched refs:GetSelectionMenuHidden (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_test.cpp1035 EXPECT_EQ(layoutProperty_->GetSelectionMenuHidden(), false);
1042 EXPECT_EQ(layoutProperty_->GetSelectionMenuHidden(), true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model_ng.h142 static bool GetSelectionMenuHidden(FrameNode* frameNode);
H A Dtext_field_model_ng.cpp1201 bool TextFieldModelNG::GetSelectionMenuHidden(FrameNode* frameNode) in GetSelectionMenuHidden() function in OHOS::Ace::NG::TextFieldModelNG
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_testtwo_ng.cpp995 EXPECT_EQ(textFieldLayoutProperty->GetSelectionMenuHidden().value(), true);
1123 EXPECT_EQ(textFieldLayoutProperty->GetSelectionMenuHidden(), true);
H A Dsearch_test_ng.cpp1777 EXPECT_EQ(textFieldLayoutProperty->GetSelectionMenuHidden(), false);
1784 EXPECT_EQ(textFieldLayoutProperty->GetSelectionMenuHidden(), true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_area_modifier.cpp748 return TextFieldModelNG::GetSelectionMenuHidden(frameNode); in GetTextAreaSelectionMenuHidden()
H A Dnode_text_input_modifier.cpp1254 return TextFieldModelNG::GetSelectionMenuHidden(frameNode); in GetTextInputSelectionMenuHidden()