Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_properties.h336 struct InnerScrollBarLayoutInfo { struct
337 uint64_t layoutTime_ = 0;
338 Size viewPortSize_;
339 Offset lastOffset_;
340 double estimatedHeight_ = 0.0;
341 double outBoundary_ = 0.0;
342 Rect activeRect_;
344 std::string ToString() const in ToString()