Home
last modified time | relevance | path

Searched refs:IndexerLayoutAlgorithm (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_layout_algorithm.h28 class ACE_EXPORT IndexerLayoutAlgorithm : public LayoutAlgorithm {
29 DECLARE_ACE_TYPE(IndexerLayoutAlgorithm, LayoutAlgorithm);
32 IndexerLayoutAlgorithm(int32_t itemCount_) : itemCount_(itemCount_) {} in IndexerLayoutAlgorithm() function
H A Dindexer_layout_algorithm.cpp35 void IndexerLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure()
91 void IndexerLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout()
135 OffsetT<Dimension> IndexerLayoutAlgorithm::GetPositionOfPopupNode( in GetPositionOfPopupNode()
160 bool IndexerLayoutAlgorithm::IsPopupAtLeft( in IsPopupAtLeft()
173 float IndexerLayoutAlgorithm::GetMaxItemWidth(LayoutWrapper* layoutWrapper) in GetMaxItemWidth()
196 void IndexerLayoutAlgorithm::MeasurePopup(LayoutWrapper* layoutWrapper, uint32_t childCount) in MeasurePopup()
H A Dindexer_pattern.h73 …auto indexerLayoutAlgorithm = MakeRefPtr<IndexerLayoutAlgorithm>(static_cast<int32_t>(fullArrayVal… in CreateLayoutAlgorithm()
H A Dindexer_pattern.cpp188 …auto indexerLayoutAlgorithm = DynamicCast<IndexerLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayou… in OnDirtyLayoutWrapperSwap()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_layout_test_ng.cpp1011 …auto indexerLayoutAlgorithm = AceType::DynamicCast<IndexerLayoutAlgorithm>(pattern_->CreateLayoutA…
1082 …auto indexerLayoutAlgorithm = AceType::DynamicCast<IndexerLayoutAlgorithm>(pattern_->CreateLayoutA…
1116 …auto indexerLayoutAlgorithm = AceType::DynamicCast<IndexerLayoutAlgorithm>(pattern_->CreateLayoutA…