Home
last modified time | relevance | path

Searched refs:PERCENT_120 (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.cpp32 constexpr double PERCENT_120 = 1.2f; variable
228 … userSetHeightValue / adjustedScale * PERCENT_120 + (themePadding.ConvertToPx() * DIVIDER_SIZE); in ReCalcItemHeightScale()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_layout_algorithm.cpp34 constexpr double PERCENT_120 = 1.2f; variable
251 userSetHeightValue = userSetHeightValue / adjustedScale * PERCENT_120 + in ReCalcItemHeightScale()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_layout_algorithm.cpp36 constexpr double PERCENT_120 = 1.2f; variable
334 userSetHeightValue = userSetHeightValue / adjustedScale * PERCENT_120 + in ReCalcItemHeightScale()