Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dslider_component.cpp57 block_->SetBlockSize(theme->GetOutsetBlockSize()); in InitStyle()
H A Dslider_theme.h114 Dimension GetOutsetBlockSize() const in GetOutsetBlockSize() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_layout_property.h80 …auto themeBlockSize = sliderMode == SliderModelNG::SliderMode::OUTSET ? theme->GetOutsetBlockSize() in ToJsonValue()
H A Dslider_layout_algorithm.cpp149 themeBlockSize = theme->GetOutsetBlockSize(); in GetStyleThemeValue()
H A Dslider_model_ng.cpp193 …auto themeBlockSize = mode == SliderMode::OUTSET ? theme->GetOutsetBlockSize() : theme->GetInsetBl… in SetBlockSize()
366 …auto themeBlockSize = mode == SliderMode::OUTSET ? theme->GetOutsetBlockSize() : theme->GetInsetBl… in SetBlockSize()