Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dstack_composed_element.cpp37 DumpLog::GetInstance().AddDesc(std::string("stackFit: ").append(GetStackFit())); in Dump()
56 std::string StackComposedElement::GetStackFit() const in GetStackFit() function in OHOS::Ace::V2::StackComposedElement
59 auto stackFit = renderStack ? renderStack->GetStackFit() : StackFit::KEEP; in GetStackFit()
H A Dstack_composed_element.h37 std::string GetStackFit() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Drender_stack.h61 StackFit GetStackFit() const in GetStackFit() function
H A Dstack_component.h60 StackFit GetStackFit() const in GetStackFit() function
H A Drender_stack.cpp30 fit_ = stack->GetStackFit(); in Update()