Searched refs:GetPopupMaxWidthAndHeight (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_view.h | 49 …static void GetPopupMaxWidthAndHeight(const RefPtr<PopupParam>& param, float& popupMaxWidth, float…
|
H A D | bubble_view.cpp | 262 GetPopupMaxWidthAndHeight(param, popupMaxWidth, popupMaxHeight); in CreateBubbleNode() 359 GetPopupMaxWidthAndHeight(param, popupMaxWidth, popupMaxHeight); in CreateCustomBubbleNode() 479 GetPopupMaxWidthAndHeight(param, popupMaxWidth, popupMaxHeight); in UpdatePopupParam() 523 void BubbleView::GetPopupMaxWidthAndHeight(const RefPtr<PopupParam>& param, float& popupMaxWidth, f… in GetPopupMaxWidthAndHeight() function in OHOS::Ace::NG::BubbleView 600 GetPopupMaxWidthAndHeight(param, popupMaxWidth, popupMaxHeight); in UpdateCommonParam() 694 GetPopupMaxWidthAndHeight(param, popupMaxWidth, popupMaxHeight); in CreateCombinedChild()
|
H A D | bubble_layout_algorithm.h | 211 SizeF GetPopupMaxWidthAndHeight(bool showInSubWindow, const float& width);
|
H A D | bubble_layout_algorithm.cpp | 349 SizeF BubbleLayoutAlgorithm::GetPopupMaxWidthAndHeight(bool showInSubWindow, const float& width) in GetPopupMaxWidthAndHeight() function in OHOS::Ace::NG::BubbleLayoutAlgorithm 452 …GetPopupMaxWidthAndHeight(showInSubWindow, childWrapper->GetGeometryNode()->GetMarginFrameSize().W… in Layout()
|