Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp791 …RefPtr<StageComponent> rootStage = AceType::MakeRefPtr<StageComponent>(std::list<RefPtr<Component>… in SetupRootElement() local
793 rootStage->SetTextDirection(TextDirection::RTL); in SetupRootElement()
796 rootStage->SetMainStackSize(MainStackSize::MAX); in SetupRootElement()
798 rootStage->SetMainStackSize(MainStackSize::LAST_CHILD_HEIGHT); in SetupRootElement()
806 stack->AppendChild(rootStage); in SetupRootElement()
820 rootStage->SetMainStackSize(MainStackSize::MAX); in SetupRootElement()
821 rootStage->SetAlignment(Alignment::BOTTOM_LEFT); in SetupRootElement()
876 rootStage->SetTextDirection(TextDirection::RTL); in SetupSubRootElement()
879 rootStage->SetMainStackSize(MainStackSize::MAX); in SetupSubRootElement()
881 rootStage->SetMainStackSize(MainStackSize::LAST_CHILD_HEIGHT); in SetupSubRootElement()
[all …]