Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
Dscrollable_properties.h277 struct ScrollLayoutInfo { struct
278 uint64_t changedTime_ = 0;
279 float scrollableDistance_ = 0;
280 NG::SizeF scrollSize_;
281 NG::SizeF viewPort_;
282 NG::SizeF childSize_;
284 std::string ToString() const in ToString()