Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dscroll_composed_element.cpp57 auto renderSingleChildScroll = GetRenderSingleChildScroll(); in GetAxisDirection() local
58 if (!renderSingleChildScroll) { in GetAxisDirection()
61 Axis axisDirection = renderSingleChildScroll->GetAxis(); in GetAxisDirection()
78 auto renderSingleChildScroll = GetRenderSingleChildScroll(); in GetDisplayMode() local
79 if (!renderSingleChildScroll) { in GetDisplayMode()
82 auto scrollBar = renderSingleChildScroll->GetScrollBar(); in GetDisplayMode()
101 auto renderSingleChildScroll = GetRenderSingleChildScroll(); in GetForegroundColor() local
102 if (!renderSingleChildScroll) { in GetForegroundColor()
105 auto scrollBar = renderSingleChildScroll->GetScrollBar(); in GetForegroundColor()
115 if (!renderSingleChildScroll) { in GetBarWidth()
[all …]