Home
last modified time | relevance | path

Searched refs:popupChild_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_popup.cpp31 popupChild_ = AceType::MakeRefPtr<PopupComponent>(std::to_string(nodeId), nodeName); in DOMPopup()
46 popupChild_->GetPopupParam()->SetMaskColor(maskColor_); in InitializeStyle()
48 popupChild_->GetPopupParam()->SetBackgroundColor(backgroundColor_); in InitializeStyle()
78 popupChild_->SetChild(nullptr); in OnChildNodeRemoved()
97 popupChild_->GetPopupParam()->SetPlacement(placeMap[valueIt].value); in SetSpecializedAttr()
101 popupChild_->GetPopupParam()->SetArrowOffset(ParseDimension(attr.second)); in SetSpecializedAttr()
107 popupChild_->GetPopupParam()->SetHasAction(StringToBool(attr.second)); in SetSpecializedAttr()
127 popupChild_->GetPopupParam()->SetMaskColor(maskColor_); in SetSpecializedStyle()
131 popupChild_->GetPopupParam()->SetBackgroundColor(backgroundColor_); in SetSpecializedStyle()
142 popupChild_ in AddSpecializedEvent()
[all...]
H A Ddom_popup.h39 return popupChild_;
59 RefPtr<PopupComponent> popupChild_; member in OHOS::Ace::Framework::final

Completed in 1 milliseconds