Home
last modified time | relevance | path

Searched defs:listLayoutAlgorithm (Results 1 – 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
Dlist_algorithm_test_ng.cpp43 RefPtr<ListLayoutAlgorithm> listLayoutAlgorithm = AceType::MakeRefPtr<ListLayoutAlgorithm>(2); variable
64 RefPtr<ListLayoutAlgorithm> listLayoutAlgorithm = AceType::MakeRefPtr<ListLayoutAlgorithm>(2); variable
82 RefPtr<ListLayoutAlgorithm> listLayoutAlgorithm = AceType::MakeRefPtr<ListLayoutAlgorithm>(2); variable
129 RefPtr<ListLayoutAlgorithm> listLayoutAlgorithm = AceType::MakeRefPtr<ListLayoutAlgorithm>(2); variable
142 RefPtr<ListLayoutAlgorithm> listLayoutAlgorithm = AceType::MakeRefPtr<ListLayoutAlgorithm>(2); variable
160 RefPtr<ListLayoutAlgorithm> listLayoutAlgorithm = AceType::MakeRefPtr<ListLayoutAlgorithm>(2); variable
183 RefPtr<ListLayoutAlgorithm> listLayoutAlgorithm = AceType::MakeRefPtr<ListLayoutAlgorithm>(2); variable
207 RefPtr<ListLayoutAlgorithm> listLayoutAlgorithm = AceType::MakeRefPtr<ListLayoutAlgorithm>(2); variable
244 RefPtr<ListLayoutAlgorithm> listLayoutAlgorithm = AceType::MakeRefPtr<ListLayoutAlgorithm>(2); variable
282 RefPtr<ListLayoutAlgorithm> listLayoutAlgorithm = AceType::MakeRefPtr<ListLayoutAlgorithm>(2); variable
[all …]
Dlist_height_test_ng.cpp44 RefPtr<ListLayoutAlgorithm> listLayoutAlgorithm = AceType::MakeRefPtr<ListLayoutAlgorithm>(2); variable
74 RefPtr<ListLayoutAlgorithm> listLayoutAlgorithm = AceType::MakeRefPtr<ListLayoutAlgorithm>(2); variable
102 RefPtr<ListLayoutAlgorithm> listLayoutAlgorithm = AceType::MakeRefPtr<ListLayoutAlgorithm>(2); variable
132 RefPtr<ListLayoutAlgorithm> listLayoutAlgorithm = AceType::MakeRefPtr<ListLayoutAlgorithm>(2); variable
157 RefPtr<ListLayoutAlgorithm> listLayoutAlgorithm = AceType::MakeRefPtr<ListLayoutAlgorithm>(2); variable
182 RefPtr<ListLayoutAlgorithm> listLayoutAlgorithm = AceType::MakeRefPtr<ListLayoutAlgorithm>(2); variable
199 RefPtr<ListLayoutAlgorithm> listLayoutAlgorithm = AceType::MakeRefPtr<ListLayoutAlgorithm>(2); variable
222 RefPtr<ListLayoutAlgorithm> listLayoutAlgorithm = AceType::MakeRefPtr<ListLayoutAlgorithm>(2); variable
Dlist_position_map_test_ng.cpp379 RefPtr<ListLayoutAlgorithm> listLayoutAlgorithm = AceType::MakeRefPtr<ListLayoutAlgorithm>(2); variable
Dlist_pattern_test_ng_two.cpp1026 RefPtr<ListLayoutAlgorithm> listLayoutAlgorithm = AceType::MakeRefPtr<ListLayoutAlgorithm>(1); variable
Dlist_group_algorithm_test_ng.cpp1387 ListLayoutAlgorithm listLayoutAlgorithm; variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/arc_list/
Darc_list_layout_test_ng.cpp507 RefPtr<ArcListLayoutAlgorithm> listLayoutAlgorithm = variable
531 RefPtr<ArcListLayoutAlgorithm> listLayoutAlgorithm = variable
556 RefPtr<ArcListLayoutAlgorithm> listLayoutAlgorithm = variable
584 RefPtr<ArcListLayoutAlgorithm> listLayoutAlgorithm = variable
606 RefPtr<ArcListLayoutAlgorithm> listLayoutAlgorithm = variable
633 RefPtr<ArcListLayoutAlgorithm> listLayoutAlgorithm = variable
675 RefPtr<ArcListLayoutAlgorithm> listLayoutAlgorithm = variable
698 RefPtr<ArcListLayoutAlgorithm> listLayoutAlgorithm = variable
721 RefPtr<ArcListLayoutAlgorithm> listLayoutAlgorithm = variable
745 RefPtr<ArcListLayoutAlgorithm> listLayoutAlgorithm = variable
[all …]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/arc_list/
Darc_list_pattern.cpp115 …auto listLayoutAlgorithm = DynamicCast<ArcListLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAl… in OnDirtyLayoutWrapperSwap() local
139 RefPtr<ArcListLayoutAlgorithm> listLayoutAlgorithm; in CreateLayoutAlgorithm() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
Dlist_pattern.cpp181 …auto listLayoutAlgorithm = DynamicCast<ListLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgor… in OnDirtyLayoutWrapperSwap() local
667 RefPtr<ListLayoutAlgorithm> listLayoutAlgorithm; in CreateLayoutAlgorithm() local
692const RefPtr<ListLayoutAlgorithm>& listLayoutAlgorithm, const RefPtr<ListLayoutProperty>& listLayo… in SetLayoutAlgorithmParams()
768RefPtr<ListLayoutAlgorithm> listLayoutAlgorithm, const RefPtr<ListLayoutProperty>& listLayoutPrope… in SetChainAnimationLayoutAlgorithm()
795const RefPtr<ListLayoutAlgorithm>& listLayoutAlgorithm, const RefPtr<ListLayoutProperty>& listLayo… in SetLayoutAlgorithmJumpAlign()
817 void ListPattern::SetLayoutAlgorithmSnapParam(const RefPtr<ListLayoutAlgorithm>& listLayoutAlgorith… in SetLayoutAlgorithmSnapParam()
2303 float ListPattern::UpdateTotalOffset(const RefPtr<ListLayoutAlgorithm>& listLayoutAlgorithm, bool i… in UpdateTotalOffset()