Searched refs:GetMaxWidthByScreenSizeType (Results 1 – 3 of 3) sorted by relevance
96 float GetMaxWidthByScreenSizeType(const SizeF& maxSize, const SizeF& idealSize) const;
66 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
3093 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));