Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_layout_algorithm.cpp44 LayoutWrapper* layoutWrapper, const SizeF& blockSize, float themeBlockHotSize) in CalculateHotSize() argument
53 auto hotSize = std::max(themeBlockHotSize, trackThickness_); in CalculateHotSize()
56 if (LessNotEqual(blockHotSize.Width(), themeBlockHotSize)) { in CalculateHotSize()
57 blockHotSize.SetWidth(themeBlockHotSize); in CalculateHotSize()
59 if (LessNotEqual(blockHotSize.Height(), themeBlockHotSize)) { in CalculateHotSize()
60 blockHotSize.SetHeight(themeBlockHotSize); in CalculateHotSize()
95 Dimension themeBlockHotSize; in MeasureContent() local
136 Dimension& themeBlockSize, Dimension& hotBlockShadowWidth, Dimension& themeBlockHotSize) in GetStyleThemeValue() argument
151 themeBlockHotSize = theme->GetOutsetBlockHotSize(); in GetStyleThemeValue()
156 themeBlockHotSize = theme->GetInsetBlockHotSize(); in GetStyleThemeValue()
[all …]
H A Dslider_layout_algorithm.h57 …eF CalculateHotSize(LayoutWrapper* layoutWrapper, const SizeF& blockSize, float themeBlockHotSize);
59 Dimension& hotBlockShadowWidth, Dimension& themeBlockHotSize);