鸿蒙OS Component.EstimateSizeListener

2022-09-07 09:30 更新

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

以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号