Searched refs:GridScrollWithOptionsLayoutAlgorithm (Results 1 – 7 of 7) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/ |
| D | grid_scroll_with_options_layout_algorithm.h | 22 class ACE_EXPORT GridScrollWithOptionsLayoutAlgorithm : public GridScrollLayoutAlgorithm { 23 DECLARE_ACE_TYPE(GridScrollWithOptionsLayoutAlgorithm, GridScrollLayoutAlgorithm); 26 …GridScrollWithOptionsLayoutAlgorithm(GridLayoutInfo gridLayoutInfo, uint32_t crossCount, uint32_t … in GridScrollWithOptionsLayoutAlgorithm() function 28 ~GridScrollWithOptionsLayoutAlgorithm() override = default; 70 ACE_DISALLOW_COPY_AND_MOVE(GridScrollWithOptionsLayoutAlgorithm);
|
| D | grid_scroll_with_options_layout_algorithm.cpp | 34 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/ |
| D | grid_pattern_testtwo_ng.cpp | 1579 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 …]
|
| D | grid_option_layout_test_ng.cpp | 58 …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…
|
| D | grid_scroll_layout_testtwo_ng.cpp | 47 …AceType::DynamicCast<GridScrollWithOptionsLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgori…
|
| D | grid_scroll_layout_test_ng.cpp | 2042 …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/ |
| D | grid_pattern.cpp | 85 result = MakeRefPtr<GridScrollWithOptionsLayoutAlgorithm>(info_, crossCount, mainCount); in CreateLayoutAlgorithm()
|