Home
last modified time | relevance | path

Searched refs:GridScrollWithOptionsLayoutAlgorithm (Results 1 – 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
Dgrid_scroll_with_options_layout_algorithm.h22 class ACE_EXPORT GridScrollWithOptionsLayoutAlgorithm : public GridScrollLayoutAlgorithm {
23 DECLARE_ACE_TYPE(GridScrollWithOptionsLayoutAlgorithm, GridScrollLayoutAlgorithm);
26GridScrollWithOptionsLayoutAlgorithm(GridLayoutInfo gridLayoutInfo, uint32_t crossCount, uint32_t … in GridScrollWithOptionsLayoutAlgorithm() function
28 ~GridScrollWithOptionsLayoutAlgorithm() override = default;
70 ACE_DISALLOW_COPY_AND_MOVE(GridScrollWithOptionsLayoutAlgorithm);
Dgrid_scroll_with_options_layout_algorithm.cpp34 void GridScrollWithOptionsLayoutAlgorithm::AdjustRowColSpan( in AdjustRowColSpan()
71 void GridScrollWithOptionsLayoutAlgorithm::LargeItemLineHeight(const RefPtr<LayoutWrapper>& itemWra… in LargeItemLineHeight()
83 void GridScrollWithOptionsLayoutAlgorithm::GetTargetIndexInfoWithBenchMark( in GetTargetIndexInfoWithBenchMark()
129 std::pair<int32_t, int32_t> GridScrollWithOptionsLayoutAlgorithm::GetCrossStartAndSpan( in GetCrossStartAndSpan()
211 std::pair<int32_t, int32_t> GridScrollWithOptionsLayoutAlgorithm::GetCrossStartAndSpanWithUserFunct… in GetCrossStartAndSpanWithUserFunction()
262 void GridScrollWithOptionsLayoutAlgorithm::SkipLargeOffset(float mainSize, LayoutWrapper* layoutWra… in SkipLargeOffset()
268 void GridScrollWithOptionsLayoutAlgorithm::SkipIrregularLines(LayoutWrapper* layoutWrapper, bool fo… in SkipIrregularLines()
283 std::pair<int32_t, int32_t> GridScrollWithOptionsLayoutAlgorithm::CalculateCachedCount( in CalculateCachedCount()
304 int32_t GridScrollWithOptionsLayoutAlgorithm::CalculateStartCachedCount( in CalculateStartCachedCount()
366 int32_t GridScrollWithOptionsLayoutAlgorithm::CalculateEndCachedCount( in CalculateEndCachedCount()
[all …]
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
Dgrid_pattern_testtwo_ng.cpp1579 RefPtr<GridScrollWithOptionsLayoutAlgorithm> layout =
1580 AceType::MakeRefPtr<GridScrollWithOptionsLayoutAlgorithm>(gridLayoutInfo, 0, 0);
1599 RefPtr<GridScrollWithOptionsLayoutAlgorithm> layout =
1600 AceType::MakeRefPtr<GridScrollWithOptionsLayoutAlgorithm>(gridLayoutInfo, 0, 0);
1623 RefPtr<GridScrollWithOptionsLayoutAlgorithm> layout =
1624 AceType::MakeRefPtr<GridScrollWithOptionsLayoutAlgorithm>(gridLayoutInfo, 0, 0);
1643 RefPtr<GridScrollWithOptionsLayoutAlgorithm> layout =
1644 AceType::MakeRefPtr<GridScrollWithOptionsLayoutAlgorithm>(gridLayoutInfo, 0, 0);
1663 RefPtr<GridScrollWithOptionsLayoutAlgorithm> layout =
1664 AceType::MakeRefPtr<GridScrollWithOptionsLayoutAlgorithm>(gridLayoutInfo, 0, 0);
[all …]
Dgrid_option_layout_test_ng.cpp58 …AceType::DynamicCast<GridScrollWithOptionsLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgori…
85 …AceType::DynamicCast<GridScrollWithOptionsLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgori…
121 …AceType::DynamicCast<GridScrollWithOptionsLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgori…
156 …AceType::DynamicCast<GridScrollWithOptionsLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgori…
188 …AceType::DynamicCast<GridScrollWithOptionsLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgori…
220 …AceType::DynamicCast<GridScrollWithOptionsLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgori…
Dgrid_scroll_layout_testtwo_ng.cpp47 …AceType::DynamicCast<GridScrollWithOptionsLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgori…
Dgrid_scroll_layout_test_ng.cpp2042 …AceType::DynamicCast<GridScrollWithOptionsLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgori…
2078 …AceType::DynamicCast<GridScrollWithOptionsLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgori…
2123 …AceType::DynamicCast<GridScrollWithOptionsLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgori…
2159 …AceType::DynamicCast<GridScrollWithOptionsLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgori…
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
Dgrid_pattern.cpp85 result = MakeRefPtr<GridScrollWithOptionsLayoutAlgorithm>(info_, crossCount, mainCount); in CreateLayoutAlgorithm()