Searched refs:IndexerLayoutAlgorithm (Results 1 – 5 of 5) sorted by relevance
28 class ACE_EXPORT IndexerLayoutAlgorithm : public LayoutAlgorithm {29 DECLARE_ACE_TYPE(IndexerLayoutAlgorithm, LayoutAlgorithm);32 IndexerLayoutAlgorithm(int32_t itemCount_) : itemCount_(itemCount_) {} in IndexerLayoutAlgorithm() function
35 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()
73 …auto indexerLayoutAlgorithm = MakeRefPtr<IndexerLayoutAlgorithm>(static_cast<int32_t>(fullArrayVal… in CreateLayoutAlgorithm()
188 …auto indexerLayoutAlgorithm = DynamicCast<IndexerLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayou… in OnDirtyLayoutWrapperSwap()
1011 …auto indexerLayoutAlgorithm = AceType::DynamicCast<IndexerLayoutAlgorithm>(pattern_->CreateLayoutA…1082 …auto indexerLayoutAlgorithm = AceType::DynamicCast<IndexerLayoutAlgorithm>(pattern_->CreateLayoutA…1116 …auto indexerLayoutAlgorithm = AceType::DynamicCast<IndexerLayoutAlgorithm>(pattern_->CreateLayoutA…