Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_properties.h292 struct ScrollLayoutInfo { struct
293 uint64_t changedTime_ = 0;
294 float scrollableDistance_ = 0;
295 NG::SizeF scrollSize_;
296 NG::SizeF viewPort_;
297 NG::SizeF childSize_;
299 std::string ToString() const in ToString()