gpt4 book ai didi

android - ConstraintLayout 测量它的每个 child 多少次?

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:24:58 29 4
gpt4 key购买 nike

RelativeLayout 测量其所有子项两次。这可能会导致性能问题。约束布局是否只测量其子节点一次?

最佳答案

ConstraintLayout 最多需要两次测量。

如果您查看 ConstraintLayout 的源代码,您会看到它的 onMeasure() 方法首先在 internalMeasureChildren()< 中测量其子项 实用方法。接下来,它评估一些约束。最后,ConstraintLayout 在循环内第二次对其子项调用 child.measure()

来源:反编译的类文件,因为此时源不可用。

关于android - ConstraintLayout 测量它的每个 child 多少次?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37730899/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com