Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
Dsheet_presentation_layout_algorithm.h33 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() function
41 ~SheetPresentationLayoutAlgorithm() override = default;
87 ACE_DISALLOW_COPY_AND_MOVE(SheetPresentationLayoutAlgorithm);
Dsheet_presentation_layout_algorithm.cpp38 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()
Dsheet_presentation_pattern.h62 return MakeRefPtr<SheetPresentationLayoutAlgorithm>(targetId_, targetTag_, GetSheetType()); in CreateLayoutAlgorithm()
Dsheet_presentation_pattern.cpp95 DynamicCast<SheetPresentationLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap()
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
Doverlay_manager_test_ng.cpp2349 …AceType::DynamicCast<SheetPresentationLayoutAlgorithm>(sheetLayoutAlgorithm)->sheetMaxHeight_ = 50…