Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.cpp260 float popupMaxWidth = 0.0f; in CreateBubbleNode() local
262 GetPopupMaxWidthAndHeight(param, popupMaxWidth, popupMaxHeight); in CreateBubbleNode()
357 float popupMaxWidth = 0.0f; in CreateCustomBubbleNode() local
359 GetPopupMaxWidthAndHeight(param, popupMaxWidth, popupMaxHeight); in CreateCustomBubbleNode()
477 float popupMaxWidth = 0.0f; in UpdatePopupParam() local
479 GetPopupMaxWidthAndHeight(param, popupMaxWidth, popupMaxHeight); in UpdatePopupParam()
537 popupMaxWidth = GetMaxWith().Value(); in GetPopupMaxWidthAndHeight()
598 float popupMaxWidth = 0.0f; in UpdateCommonParam() local
600 GetPopupMaxWidthAndHeight(param, popupMaxWidth, popupMaxHeight); in UpdateCommonParam()
689 float popupMaxWidth = 0.0f; in CreateCombinedChild() local
[all …]
H A Dbubble_view.h49 …static void GetPopupMaxWidthAndHeight(const RefPtr<PopupParam>& param, float& popupMaxWidth, float…
H A Dbubble_layout_algorithm.cpp362 auto popupMaxWidth = GetMaxWith().Value(); in GetPopupMaxWidthAndHeight() local
364 popupMaxWidth = width; in GetPopupMaxWidthAndHeight()
367 return SizeF(popupMaxWidth, popupMaxHeight); in GetPopupMaxWidthAndHeight()