Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_panel.cpp34 panelChild_ = AceType::MakeRefPtr<PanelComponent>(std::to_string(nodeId), nodeName); in DOMPanel()
36 panelChild_->SetTextDirection(TextDirection::RTL); in DOMPanel()
48 panelChild_->SetPanelMode(mode_); in PrepareSpecializedComponent()
49 panelChild_->SetPanelType(type_); in PrepareSpecializedComponent()
50 panelChild_->SetHasDragBar(hasDragBar_); in PrepareSpecializedComponent()
51 panelChild_->SetMiniHeight(miniHeight_); in PrepareSpecializedComponent()
52 panelChild_->SetHalfHeight(halfHeight_); in PrepareSpecializedComponent()
53 panelChild_->SetFullHeight(fullHeight_); in PrepareSpecializedComponent()
55 panelChild_->SetHasBoxStyle(declaration_->HasBoxStyle()); in PrepareSpecializedComponent()
56 panelChild_ in PrepareSpecializedComponent()
[all...]
H A Ddom_panel.h33 return panelChild_;
48 RefPtr<PanelComponent> panelChild_; member in OHOS::Ace::Framework::DOMPanel

Completed in 1 milliseconds