鸿蒙OS Component.EstimateSizeListener

Component.EstimateSizeListener

public static interface Component.EstimateSizeListener

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

方法总结

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

方法详情

onEstimateSize

boolean onEstimateSize(int widthEstimateConfig, int heightEstimateConfig)

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

参数:

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

返回:

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

版权声明:本文采用知识共享 署名4.0国际许可协议 [BY-NC-SA] 进行授权
文章名称:《鸿蒙OS Component.EstimateSizeListener》
文章链接:https://zhuji.vsping.com/314099.html
本站资源仅供个人学习交流,请于下载后24小时内删除,不允许用于商业用途,否则法律问题自行承担。