后浪云鸿蒙OS教程:鸿蒙OS Component.EstimateSizeListener

树叶云

Component.EstimateSizeListener

public static interface Component.EstimateSizeListener

提供用于自定义尺寸(宽度/高度)估计过程的界面。

方法总结

修饰符和类型方法描述
booleanonEstimateSize(int widthEstimateConfig, int heightEstimateConfig)估计组件的大小以确定宽度和高度。

方法详情

onEstimateSize

boolean onEstimateSize(int widthEstimateConfig, int heightEstimateConfig)

估计组件的大小以确定宽度和高度。

参数:

参数名称参数描述
widthEstimateConfig横向尺寸要求。
heightEstimateConfig垂直尺寸要求。

返回:

如果此组件在 onEstimateSize() 中处理了测量,则应返回 True,并且无需在本机端开始测量,否则返回 false

文章来源网络,作者:运维,如若转载,请注明出处:https://shuyeidc.com/wp/180449.html<

(0)
运维的头像运维
上一篇2025-03-27 00:59
下一篇 2025-03-27 01:00

相关推荐

发表回复

您的邮箱地址不会被公开。必填项已用 * 标注