Home
last modified time | relevance | path

Searched refs:DIVIDER_SIZE (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.cpp27 constexpr int32_t DIVIDER_SIZE = 2; variable
80 … pickerWidth = static_cast<float>((pickerTheme->GetDividerSpacing() * DIVIDER_SIZE).ConvertToPx()); in Measure()
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.cpp29 const int32_t DIVIDER_SIZE = 2; variable
72 … pickerWidth = static_cast<float>((pickerTheme->GetDividerSpacing() * DIVIDER_SIZE).ConvertToPx()); in Measure()
252 (themePadding.ConvertToPx() * DIVIDER_SIZE); in ReCalcItemHeightScale()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_layout_algorithm.cpp29 const int32_t DIVIDER_SIZE = 2; variable
152 …float pickerWidth = static_cast<float>((pickerTheme->GetDividerSpacing() * DIVIDER_SIZE).ConvertTo… in GetColumnSize()
335 (themePadding.ConvertToPx() * DIVIDER_SIZE); in ReCalcItemHeightScale()