Home
last modified time | relevance | path

Searched refs:selectMenuInner_ (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_node.cpp921 CHECK_NULL_VOID(selectMenuInner_); in MoreOrBackAnimation()
1349 selectMenuInner_ = in CreateToolBar()
1357 selectMenuInner_->MountToParent(selectMenu_); in CreateToolBar()
1483 button->MountToParent(selectMenuInner_); in ShowCut()
1504 button->MountToParent(selectMenuInner_); in ShowCopy()
1529 button->MountToParent(selectMenuInner_); in ShowPaste()
1834 if (selectMenuInner_) { in UpdateToolBar()
1868 CHECK_NULL_VOID(selectMenuInner_); in UpdateMenuInner()
1869 selectMenuInner_->Clean(); in UpdateMenuInner()
1917 CHECK_NULL_VOID(selectMenuInner_); in SetSelectMenuInnerSize()
[all …]
H A Dselect_overlay_node.h189 RefPtr<FrameNode> selectMenuInner_; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/
H A Dselect_overlay_test_ng.cpp147 EXPECT_NE(selectOverlayNode->selectMenuInner_, nullptr);
3385 EXPECT_NE(selectOverlayNode->selectMenuInner_, nullptr);
3392 …auto button = AceType::DynamicCast<FrameNode>(selectOverlayNode->selectMenuInner_->GetLastChild());