Searched refs:SetFrameNodeVisibility (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_node.h | 145 void SetFrameNodeVisibility(FrameNodeType type, VisibleType visibleType);
|
H A D | select_overlay_node.cpp | 751 SetFrameNodeVisibility(type, VisibleType::VISIBLE); in DispatchVisibleToGoneState() 769 SetFrameNodeVisibility(type, VisibleType::GONE); in DispatchVisibleToGoneState() 787 SetFrameNodeVisibility(type, VisibleType::VISIBLE); in DispatchGoneState() 1815 SetFrameNodeVisibility(FrameNodeType::MENUONLY, VisibleType::GONE); in HideMenuOnlyImmediately() 2209 void SelectOverlayNode::SetFrameNodeVisibility(FrameNodeType type, VisibleType visibleType) in SetFrameNodeVisibility() function in OHOS::Ace::NG::SelectOverlayNode 2260 SetFrameNodeVisibility(type, VisibleType::GONE); in HideFrameNodeImmediately()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/ |
H A D | select_overlay_test_ng.cpp | 1051 selectOverlayNode->SetFrameNodeVisibility(FrameNodeType::SELECTMENU, VisibleType::VISIBLE); 1052 selectOverlayNode->SetFrameNodeVisibility(FrameNodeType::EXTENSIONMENU, VisibleType::VISIBLE); 1053 selectOverlayNode->SetFrameNodeVisibility(FrameNodeType::BACKBUTTON, VisibleType::VISIBLE); 2177 selectOverlayNode->SetFrameNodeVisibility(type, VisibleType::INVISIBLE);
|