Searched refs:SheetPresentationLayoutAlgorithm (Results 1 – 5 of 5) sorted by relevance
33 class ACE_EXPORT SheetPresentationLayoutAlgorithm : public LinearLayoutAlgorithm {34 DECLARE_ACE_TYPE(SheetPresentationLayoutAlgorithm, LayoutAlgorithm);37 SheetPresentationLayoutAlgorithm() = default;38 SheetPresentationLayoutAlgorithm(int32_t id, const std::string& tag, SheetType sheetType) in SheetPresentationLayoutAlgorithm() function41 ~SheetPresentationLayoutAlgorithm() override = default;87 ACE_DISALLOW_COPY_AND_MOVE(SheetPresentationLayoutAlgorithm);
38 void SheetPresentationLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure()105 void SheetPresentationLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout()143 OffsetF SheetPresentationLayoutAlgorithm::GetPopupStyleSheetOffset() in GetPopupStyleSheetOffset()160 float SheetPresentationLayoutAlgorithm::GetHeightByScreenSizeType(const SizeF& maxSize) const in GetHeightByScreenSizeType()182 float SheetPresentationLayoutAlgorithm::GetWidthByScreenSizeType(const SizeF& maxSize) const in GetWidthByScreenSizeType()203 float SheetPresentationLayoutAlgorithm::GetHeightBySheetStyle() const in GetHeightBySheetStyle()226 LayoutConstraintF SheetPresentationLayoutAlgorithm::CreateSheetChildConstraint( in CreateSheetChildConstraint()
62 return MakeRefPtr<SheetPresentationLayoutAlgorithm>(targetId_, targetTag_, GetSheetType()); in CreateLayoutAlgorithm()
95 DynamicCast<SheetPresentationLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap()
2349 …AceType::DynamicCast<SheetPresentationLayoutAlgorithm>(sheetLayoutAlgorithm)->sheetMaxHeight_ = 50…