Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dslider_component.cpp53 block_->SetHotRegionWidth(theme->GetInsetBlockHotSize()); in InitStyle()
54 block_->SetHotRegionHeight(theme->GetInsetBlockHotSize()); in InitStyle()
H A Dslider_theme.h129 Dimension GetInsetBlockHotSize() const in GetInsetBlockHotSize() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_layout_algorithm.cpp156 themeBlockHotSize = theme->GetInsetBlockHotSize(); in GetStyleThemeValue()