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 D | slider_layout_algorithm.cpp | 44 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 D | slider_layout_algorithm.h | 57 …eF CalculateHotSize(LayoutWrapper* layoutWrapper, const SizeF& blockSize, float themeBlockHotSize); 59 Dimension& hotBlockShadowWidth, Dimension& themeBlockHotSize);
|