Home
last modified time | relevance | path

Searched refs:stackChild_ (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
Ddom_stack.cpp32 stackChild_ = AceType::MakeRefPtr<StackComponent>( in DOMStack()
43 stackChild_->GetMainStackSize() != MainStackSize::MAX) { in OnChildNodeAdded()
44 stackChild_->SetMainStackSize(MainStackSize::MATCH_CHILDREN); in OnChildNodeAdded()
46 stackChild_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
52 stackChild_->RemoveChild(child->GetRootComponent()); in OnChildNodeRemoved()
112 stackChild_->SetMainStackSize(MainStackSize::MAX); in PrepareSpecializedComponent()
114 stackChild_->SetMainStackSize(MainStackSize::MAX_X); in PrepareSpecializedComponent()
116 stackChild_->SetMainStackSize(MainStackSize::MAX_Y); in PrepareSpecializedComponent()
118 stackChild_->SetAlignment(alignment_); in PrepareSpecializedComponent()
125 stackChild_->SetMainStackSize(MainStackSize::MATCH_CHILDREN); in PrepareSpecializedComponent()
Ddom_stack.h36 return stackChild_; in GetSpecializedComponent()
71 RefPtr<StackComponent> stackChild_; variable