Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_watch_layout_manager.cpp69 if (renderList_.IsCenterLayout() && firstChildSize_ < renderList_.GetMainSize(viewPort_)) { in PerformLayout()
119 …if (isPlatformFive && renderList_.IsCenterLayout() && firstChildSize_ < renderList_.GetMainSize(vi… in SetChildPosition()
127 …if (isPlatformFive && renderList_.IsCenterLayout() && firstChildSize_ < renderList_.GetMainSize(vi… in SetChildPosition()
218 if (!renderList_.IsCenterLayout()) { in AdjustLayoutSize()
H A Dlist_component.h389 bool IsCenterLayout() const in IsCenterLayout() function
H A Drender_list.h353 bool IsCenterLayout() const in IsCenterLayout() function
H A Drender_list.cpp60 isCenterLayout_ = list->IsCenterLayout(); in Update()