Searched refs:ListItemLayoutAlgorithm (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_layout_algorithm.h | 25 class ACE_EXPORT ListItemLayoutAlgorithm : public BoxLayoutAlgorithm { 26 DECLARE_ACE_TYPE(ListItemLayoutAlgorithm, BoxLayoutAlgorithm); 28 ListItemLayoutAlgorithm(int32_t startNodeIndex, int32_t endNodeIndex, int32_t childNodeIndex) in ListItemLayoutAlgorithm() function
|
H A D | list_item_layout_algorithm.cpp | 26 bool ListItemLayoutAlgorithm::IsRTLAndVertical(LayoutWrapper* layoutWrapper) const in IsRTLAndVertical() 36 float ListItemLayoutAlgorithm::SetReverseValue(LayoutWrapper* layoutWrapper, float offset) in SetReverseValue() 45 void ListItemLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure() 95 void ListItemLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout()
|
H A D | list_item_pattern.cpp | 106 …auto layoutAlgorithm = MakeRefPtr<ListItemLayoutAlgorithm>(startNodeIndex_, endNodeIndex_, childNo… in CreateLayoutAlgorithm() 127 …auto layoutAlgorithm = DynamicCast<ListItemLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgor… in OnDirtyLayoutWrapperSwap()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_group_algorithm_test_ng.cpp | 1220 ListItemLayoutAlgorithm listItemLayoutAlgorithm(0, 0, 0); 1252 ListItemLayoutAlgorithm listItemLayoutAlgorithm(0, 0, 0);
|