Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dslider_component.cpp52 block_->SetBlockSize(theme->GetInsetBlockSize()); in InitStyle()
H A Dslider_theme.h124 Dimension GetInsetBlockSize() const in GetInsetBlockSize() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_layout_property.h81 … : theme->GetInsetBlockSize(); in ToJsonValue()
H A Dslider_layout_algorithm.cpp154 themeBlockSize = theme->GetInsetBlockSize(); in GetStyleThemeValue()
H A Dslider_model_ng.cpp193 …eBlockSize = mode == SliderMode::OUTSET ? theme->GetOutsetBlockSize() : theme->GetInsetBlockSize(); in SetBlockSize()
366 …eBlockSize = mode == SliderMode::OUTSET ? theme->GetOutsetBlockSize() : theme->GetInsetBlockSize(); in SetBlockSize()