Searched refs:renderScroll (Results 1 – 3 of 3) sorted by relevance
218 auto renderScroll = AceType::DynamicCast<RenderScroll>(node); in GetScrollableAxis() local219 if (renderScroll) { in GetScrollableAxis()220 return renderScroll->GetAxis(); in GetScrollableAxis()241 auto renderScroll = AceType::DynamicCast<RenderScroll>(scrollable); in GetScrollableChildSize() local242 if (renderScroll) { in GetScrollableChildSize()243 scrollBarAxis == Axis::VERTICAL ? result.SetHeight(renderScroll->GetEstimatedHeight()) in GetScrollableChildSize()244 : result.SetWidth(renderScroll->GetEstimatedHeight()); in GetScrollableChildSize()271 auto renderScroll = AceType::DynamicCast<RenderScroll>(scrollable); in AdjustParam() local272 if (renderScroll) { in AdjustParam()275 scrollableAxis = renderScroll->GetAxis(); in AdjustParam()[all …]
109 auto renderScroll = AceType::DynamicCast<V2::RenderGridScroll>(gridNode); in GetColumnsGap() local113 if (renderScroll) { in GetColumnsGap()114 return renderScroll->GetColumns().ToString().c_str(); in GetColumnsGap()127 auto renderScroll = AceType::DynamicCast<V2::RenderGridScroll>(gridNode); in GetRowsGap() local131 if (renderScroll) { in GetRowsGap()132 return renderScroll->GetRows().ToString().c_str(); in GetRowsGap()
77 auto renderScroll = AceType::DynamicCast<RenderScroll>(parent); in MarkNeedRenderSpecial() local78 if (renderScroll) { in MarkNeedRenderSpecial()