Searched refs:rootStage (Results 1 – 1 of 1) sorted by relevance
791 …RefPtr<StageComponent> rootStage = AceType::MakeRefPtr<StageComponent>(std::list<RefPtr<Component>… in SetupRootElement() local793 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 …]