Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.cpp54 themeNormalWidth_ = theme->GetNormalWidth(); in InitTheme()
55 SetInactiveWidth(themeNormalWidth_); in InitTheme()
56 SetNormalWidth(themeNormalWidth_); in InitTheme()
217 normalWidth = NormalizeToPx(themeNormalWidth_); in SetRectTrickRegion()
H A Dscroll_bar.h431 Dimension themeNormalWidth_; variable