Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_paint_property.cpp88 auto defaultScrollBarWidth = scrollBarTheme->GetNormalWidth(); in GetBarWidth() local
89 …propScrollBarProperty_ ? propScrollBarProperty_->propScrollBarWidth.value_or(defaultScrollBarWidth) in GetBarWidth()
90 : defaultScrollBarWidth; in GetBarWidth()