Home
last modified time | relevance | path

Searched refs:inShowArea_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_content_modifier.h61 CHECK_NULL_VOID(inShowArea_); in SetInShowArea()
62 inShowArea_->Set(inShowArea); in SetInShowArea()
229 RefPtr<PropertyBool> inShowArea_; variable
H A Dselect_overlay_content_modifier.cpp34 : inShowArea_(AceType::MakeRefPtr<PropertyBool>(false)), in SelectOverlayContentModifier()
54 AttachProperty(inShowArea_); in SelectOverlayContentModifier()
81 if (!inShowArea_->Get()) { in onDraw()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/
H A Dselect_overlay_test_ng.cpp1297 EXPECT_EQ(contentModifier->inShowArea_->Get(), true);
1350 EXPECT_EQ(contentModifier->inShowArea_->Get(), false);