Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_layout_algorithm.cpp233 auto themeHeightLimit = in ReCalcItemHeightScale() local
236 if (GreatOrEqualCustomPrecision(userSetHeightValue, themeHeightLimit.ConvertToPx())) { in ReCalcItemHeightScale()
237 userSetHeightValue = themeHeightLimit.ConvertToPx(); in ReCalcItemHeightScale()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_layout_algorithm.cpp257 auto themeHeightLimit = isDividerSpacing ? pickerTheme->GetDividerSpacingLimit() : in ReCalcItemHeightScale() local
261 if (GreatOrEqualCustomPrecision(userSetHeightValue, themeHeightLimit.ConvertToPx())) { in ReCalcItemHeightScale()
262 userSetHeightValue = themeHeightLimit.ConvertToPx(); in ReCalcItemHeightScale()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_layout_algorithm.cpp340 auto themeHeightLimit = isDividerSpacing ? pickerTheme->GetDividerSpacingLimit() : in ReCalcItemHeightScale() local
344 if (GreatOrEqualCustomPrecision(userSetHeightValue, themeHeightLimit.ConvertToPx())) { in ReCalcItemHeightScale()
345 userSetHeightValue = themeHeightLimit.ConvertToPx(); in ReCalcItemHeightScale()