Home
last modified time | relevance | path

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 Dbubble_view.h49 …static void GetPopupMaxWidthAndHeight(const RefPtr<PopupParam>& param, float& popupMaxWidth, float…
H A Dbubble_view.cpp262 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 Dbubble_layout_algorithm.h211 SizeF GetPopupMaxWidthAndHeight(bool showInSubWindow, const float& width);
H A Dbubble_layout_algorithm.cpp349 SizeF BubbleLayoutAlgorithm::GetPopupMaxWidthAndHeight(bool showInSubWindow, const float& width) in GetPopupMaxWidthAndHeight() function in OHOS::Ace::NG::BubbleLayoutAlgorithm
452GetPopupMaxWidthAndHeight(showInSubWindow, childWrapper->GetGeometryNode()->GetMarginFrameSize().W… in Layout()