Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
Dselect_pattern.cpp135 auto scrollLayoutProps = scroll->GetLayoutProperty<ScrollLayoutProperty>(); in ShowSelectMenu() local
136 CHECK_NULL_VOID(scrollLayoutProps); in ShowSelectMenu()
137 scrollLayoutProps->UpdateScrollWidth(selectWidth); in ShowSelectMenu()
1164 auto scrollLayoutProps = scroll->GetLayoutProperty<ScrollLayoutProperty>(); in SetOptionWidth() local
1165 CHECK_NULL_VOID(scrollLayoutProps); in SetOptionWidth()
1166 scrollLayoutProps->UpdateScrollWidth(value.ConvertToPx() + OPTION_MARGIN.ConvertToPx()); in SetOptionWidth()