Searched refs:GridScrollLayoutAlgorithm (Results 1 – 8 of 8) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/ |
| D | grid_scroll_layout_algorithm.cpp | 44 void GridScrollLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure() 144 void GridScrollLayoutAlgorithm::PreloadItems(LayoutWrapper* layoutWrapper) in PreloadItems() 155 void GridScrollLayoutAlgorithm::UpdateOffsetOnVirtualKeyboardHeightChange(LayoutWrapper* layoutWrap… in UpdateOffsetOnVirtualKeyboardHeightChange() 195 void GridScrollLayoutAlgorithm::AdaptToChildMainSize(LayoutWrapper* layoutWrapper, in AdaptToChildMainSize() 225 void GridScrollLayoutAlgorithm::UpdateOffsetOnHeightChangeDuringAnimation(LayoutWrapper* layoutWrap… in UpdateOffsetOnHeightChangeDuringAnimation() 248 void GridScrollLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout() 383 void GridScrollLayoutAlgorithm::ClearUnlayoutedItems(LayoutWrapper* layoutWrapper) in ClearUnlayoutedItems() 398 void GridScrollLayoutAlgorithm::SyncGeometry(RefPtr<LayoutWrapper>& wrapper) in SyncGeometry() 406 void GridScrollLayoutAlgorithm::InitialItemsCrossSize( in InitialItemsCrossSize() 449 void GridScrollLayoutAlgorithm::FillGridViewportAndMeasureChildren( in FillGridViewportAndMeasureChildren() [all …]
|
| D | grid_scroll_with_options_layout_algorithm.h | 22 class ACE_EXPORT GridScrollWithOptionsLayoutAlgorithm : public GridScrollLayoutAlgorithm { 23 DECLARE_ACE_TYPE(GridScrollWithOptionsLayoutAlgorithm, GridScrollLayoutAlgorithm); 27 : GridScrollLayoutAlgorithm(gridLayoutInfo, crossCount, mainCount) {}; in GridScrollWithOptionsLayoutAlgorithm()
|
| D | grid_scroll_layout_algorithm.h | 26 class ACE_EXPORT GridScrollLayoutAlgorithm : public GridLayoutBaseAlgorithm { 27 DECLARE_ACE_TYPE(GridScrollLayoutAlgorithm, GridLayoutBaseAlgorithm); 30 … GridScrollLayoutAlgorithm(GridLayoutInfo gridLayoutInfo, uint32_t crossCount, uint32_t mainCount) in GridScrollLayoutAlgorithm() function 32 ~GridScrollLayoutAlgorithm() override = default; 282 ACE_DISALLOW_COPY_AND_MOVE(GridScrollLayoutAlgorithm);
|
| D | grid_scroll_with_options_layout_algorithm.cpp | 277 return GridScrollLayoutAlgorithm::SkipIrregularLines(layoutWrapper, forward); in SkipIrregularLines()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
| D | grid_pattern_testtwo_ng.cpp | 702 …RefPtr<GridScrollLayoutAlgorithm> layout = AceType::MakeRefPtr<GridScrollLayoutAlgorithm>(gridLayo… 723 …RefPtr<GridScrollLayoutAlgorithm> layout = AceType::MakeRefPtr<GridScrollLayoutAlgorithm>(gridLayo… 750 …RefPtr<GridScrollLayoutAlgorithm> layout = AceType::MakeRefPtr<GridScrollLayoutAlgorithm>(gridLayo… 777 …RefPtr<GridScrollLayoutAlgorithm> layout = AceType::MakeRefPtr<GridScrollLayoutAlgorithm>(gridLayo… 802 …RefPtr<GridScrollLayoutAlgorithm> layout = AceType::MakeRefPtr<GridScrollLayoutAlgorithm>(gridLayo… 819 …RefPtr<GridScrollLayoutAlgorithm> layout = AceType::MakeRefPtr<GridScrollLayoutAlgorithm>(gridLayo… 838 …RefPtr<GridScrollLayoutAlgorithm> layout = AceType::MakeRefPtr<GridScrollLayoutAlgorithm>(gridLayo… 861 …RefPtr<GridScrollLayoutAlgorithm> layout = AceType::MakeRefPtr<GridScrollLayoutAlgorithm>(gridLayo… 886 …RefPtr<GridScrollLayoutAlgorithm> layout = AceType::MakeRefPtr<GridScrollLayoutAlgorithm>(gridLayo… 925 …RefPtr<GridScrollLayoutAlgorithm> layout = AceType::MakeRefPtr<GridScrollLayoutAlgorithm>(gridLayo… [all …]
|
| D | grid_scroll_layout_testtwo_ng.cpp | 109 …auto algo = AceType::DynamicCast<GridScrollLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgor…
|
| D | grid_scroll_layout_test_ng.cpp | 245 …auto gridScrollLayoutAlgorithm = AceType::MakeRefPtr<GridScrollLayoutAlgorithm>(pattern_->info_, 2… 270 …auto gridScrollLayoutAlgorithm = AceType::MakeRefPtr<GridScrollLayoutAlgorithm>(pattern_->info_, 2… 294 …auto gridScrollLayoutAlgorithm = AceType::MakeRefPtr<GridScrollLayoutAlgorithm>(pattern_->info_, 2… 1010 … AceType::DynamicCast<GridScrollLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm());
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
| D | grid_pattern.cpp | 81 RefPtr<GridScrollLayoutAlgorithm> result; in CreateLayoutAlgorithm() 83 result = MakeRefPtr<GridScrollLayoutAlgorithm>(info_, crossCount, mainCount); in CreateLayoutAlgorithm() 1501 …auto gridScrollLayoutAlgorithm = DynamicCast<GridScrollLayoutAlgorithm>(algo->GetLayoutAlgorithm()… in AnimateToTargetImpl()
|