Searched defs:ScrollMeasureInfo (Results 1 – 1 of 1) sorted by relevance
314 struct ScrollMeasureInfo { struct315 uint64_t changedTime_ = 0;316 std::optional<NG::LayoutConstraintF> parentConstraint_;317 std::optional<NG::LayoutConstraintF> childConstraint_;318 NG::SizeF selfSize_;319 NG::SizeF childSize_;321 std::string ToString() const in ToString()