Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll_bar/
H A Dscroll_bar_proxy.cpp69 auto scrollBarChild = scrollBar->GetLastChild(); in NotifyScrollableNode() local
70 if (!scrollBarChild) { in NotifyScrollableNode()
95 Size scrollBarChildSize = scrollBarChild->GetLayoutSize(); in NotifyScrollableNode()
139 auto scrollBarChild = scrollBar->GetLastChild(); in NotifyScrollBar() local
140 if (!scrollBarChild) { in NotifyScrollBar()
150 Size scrollBarChildSize = scrollBarChild->GetLayoutSize(); in NotifyScrollBar()
179 scrollBarChild->SetPosition(position); in NotifyScrollBar()