Home
last modified time | relevance | path

Searched refs:GetMaxWidthByScreenSizeType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_layout_algorithm.h96 float GetMaxWidthByScreenSizeType(const SizeF& maxSize, const SizeF& idealSize) const;
H A Dsliding_panel_layout_algorithm.cpp66 auto width = GetMaxWidthByScreenSizeType(maxSize, idealSize); in Measure()
202 float SlidingPanelLayoutAlgorithm::GetMaxWidthByScreenSizeType(const SizeF& maxSize, const SizeF& i… in GetMaxWidthByScreenSizeType() function in OHOS::Ace::NG::SlidingPanelLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/
H A Dpanel_test_ng.cpp3093 EXPECT_TRUE(layoutAlgorithm->GetMaxWidthByScreenSizeType(DRAGBAR_SIZE, DRAGBAR_SIZE));
3094 EXPECT_TRUE(layoutAlgorithm->GetMaxWidthByScreenSizeType(ROW_MAX_SIZE, DRAGBAR_SIZE));
3095 EXPECT_TRUE(layoutAlgorithm->GetMaxWidthByScreenSizeType(DRAGBAR_SIZE, ROW_MAX_SIZE));