Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_dialog.cpp25 dialogChild_ = AceType::MakeRefPtr<CustomDialogComponent>(std::to_string(nodeId), nodeName); in DOMDialog()
30 dialogChild_->SetTextDirection(IsRightToLeft() ? TextDirection::RTL : TextDirection::LTR); in PrepareSpecializedComponent()
32 dialogChild_->SetWidth(dialogWidth_.first); in PrepareSpecializedComponent()
35 dialogChild_->SetHeight(dialogHeight_.first); in PrepareSpecializedComponent()
37 dialogChild_->SetIsDragable(dragable_); in PrepareSpecializedComponent()
44 dialogChild_->SetMargin(margin); in PrepareSpecializedComponent()
123 const auto& controller = dialogChild_->GetDialogController(); in CallSpecializedMethod()
129 const auto& controller = dialogChild_->GetDialogController(); in CallSpecializedMethod()
145 dialogChild_->SetChild(display_); in OnChildNodeAdded()
150 dialogChild_ in OnChildNodeRemoved()
[all...]
H A Ddom_dialog.h33 return dialogChild_;
49 RefPtr<CustomDialogComponent> dialogChild_; member in OHOS::Ace::Framework::DOMDialog

Completed in 1 milliseconds