Home
last modified time | relevance | path

Searched refs:mainScrollExtent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dscroll_bar.h275 …kRegion(const Offset& offset, const Size& size, const Offset& lastOffset, double mainScrollExtent);
276 …kRegion(const Offset& offset, const Size& size, const Offset& lastOffset, double mainScrollExtent);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.h400 …kRegion(const Offset& offset, const Size& size, const Offset& lastOffset, double mainScrollExtent);
401 …kRegion(const Offset& offset, const Size& size, const Offset& lastOffset, double mainScrollExtent);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_multi_child_scroll.cpp886 const double mainScrollExtent = RenderScroll::GetMainScrollExtent(); in GetMainScrollExtent() local
890 … return mainScrollExtent + listBase->GetTailAnimationValue() + listBase->GetHeadAnimationValue(); in GetMainScrollExtent()
892 return mainScrollExtent; in GetMainScrollExtent()