public static interface Component.EstimateSizeListener
提供用于自定义尺寸(宽度/高度)估计过程的界面。
修饰符和类型 | 方法 | 描述 |
---|---|---|
boolean | onEstimateSize(int widthEstimateConfig, int heightEstimateConfig) | 估计组件的大小以确定宽度和高度。 |
boolean onEstimateSize(int widthEstimateConfig, int heightEstimateConfig)
估计组件的大小以确定宽度和高度。
参数:
参数名称 | 参数描述 |
---|---|
widthEstimateConfig | 横向尺寸要求。 |
heightEstimateConfig | 垂直尺寸要求。 |
返回:
如果此组件在 onEstimateSize() 中处理了测量,则应返回 True,并且无需在本机端开始测量,否则返回 false
备案信息: 粤ICP备15087711号-2
Copyright © 2008-2024 啊嘎哇在线工具箱 All Rights.
本站所有资料来源于网络,版权归原作者所有,仅作学习交流使用,如不慎侵犯了您的权利,请联系我们。