Searched refs:popupMaxHeight (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_view.cpp | 261 float popupMaxHeight = 0.0f; in CreateBubbleNode() local 262 GetPopupMaxWidthAndHeight(param, popupMaxWidth, popupMaxHeight); in CreateBubbleNode() 358 float popupMaxHeight = 0.0f; in CreateCustomBubbleNode() local 359 GetPopupMaxWidthAndHeight(param, popupMaxWidth, popupMaxHeight); in CreateCustomBubbleNode() 478 float popupMaxHeight = 0.0f; in UpdatePopupParam() local 479 GetPopupMaxWidthAndHeight(param, popupMaxWidth, popupMaxHeight); in UpdatePopupParam() 599 float popupMaxHeight = 0.0f; in UpdateCommonParam() local 600 GetPopupMaxWidthAndHeight(param, popupMaxWidth, popupMaxHeight); in UpdateCommonParam() 690 float popupMaxHeight = 0.0f; in CreateCombinedChild() local 694 GetPopupMaxWidthAndHeight(param, popupMaxWidth, popupMaxHeight); in CreateCombinedChild() [all …]
|
H A D | bubble_view.h | 49 …pupMaxWidthAndHeight(const RefPtr<PopupParam>& param, float& popupMaxWidth, float& popupMaxHeight);
|
H A D | bubble_layout_algorithm.cpp | 366 …auto popupMaxHeight = maxHeight - OUT_RANGE_SPACE.ConvertToPx() - OUT_RANGE_SPACE.ConvertToPx() - … in GetPopupMaxWidthAndHeight() local 367 return SizeF(popupMaxWidth, popupMaxHeight); in GetPopupMaxWidthAndHeight()
|