Searched refs:GridScrollWithOptionsLayoutAlgorithm (Results 1 – 5 of 5) 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; 63 ACE_DISALLOW_COPY_AND_MOVE(GridScrollWithOptionsLayoutAlgorithm);
|
| D | grid_scroll_with_options_layout_algorithm.cpp | 30 void GridScrollWithOptionsLayoutAlgorithm::AdjustRowColSpan( in AdjustRowColSpan() 64 void GridScrollWithOptionsLayoutAlgorithm::LargeItemLineHeight(const RefPtr<LayoutWrapper>& itemWra… in LargeItemLineHeight() 76 void GridScrollWithOptionsLayoutAlgorithm::GetTargetIndexInfoWithBenchMark( in GetTargetIndexInfoWithBenchMark() 120 std::pair<int32_t, int32_t> GridScrollWithOptionsLayoutAlgorithm::GetCrossStartAndSpan( in GetCrossStartAndSpan() 205 std::pair<int32_t, int32_t> GridScrollWithOptionsLayoutAlgorithm::GetCrossStartAndSpanWithUserFunct… in GetCrossStartAndSpanWithUserFunction() 256 void GridScrollWithOptionsLayoutAlgorithm::SkipLargeOffset(float mainSize, LayoutWrapper* layoutWra… in SkipLargeOffset() 262 void GridScrollWithOptionsLayoutAlgorithm::SkipIrregularLines(LayoutWrapper* layoutWrapper, bool fo… in SkipIrregularLines() 277 std::pair<int32_t, int32_t> GridScrollWithOptionsLayoutAlgorithm::CalculateCachedCount( in CalculateCachedCount() 298 int32_t GridScrollWithOptionsLayoutAlgorithm::CalculateStartCachedCount( in CalculateStartCachedCount() 360 int32_t GridScrollWithOptionsLayoutAlgorithm::CalculateEndCachedCount( in CalculateEndCachedCount()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
| 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_test_ng.cpp | 1919 …AceType::DynamicCast<GridScrollWithOptionsLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgori… 1955 …AceType::DynamicCast<GridScrollWithOptionsLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgori… 2000 …AceType::DynamicCast<GridScrollWithOptionsLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgori… 2036 …AceType::DynamicCast<GridScrollWithOptionsLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgori…
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
| D | grid_pattern.cpp | 80 result = MakeRefPtr<GridScrollWithOptionsLayoutAlgorithm>(info_, crossCount, mainCount); in CreateLayoutAlgorithm()
|