Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
Dscrollable_properties.h321 struct InnerScrollBarLayoutInfo { struct
322 uint64_t layoutTime_ = 0;
323 Size viewPortSize_;
324 Offset lastOffset_;
325 double estimatedHeight_ = 0.0;
326 double outBoundary_ = 0.0;
327 Rect activeRect_;
329 std::string ToString() const in ToString()