Home
last modified time | relevance | path

Searched defs:ScrollMeasureInfo (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_properties.h314 struct ScrollMeasureInfo { struct
315 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()