Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_switch.cpp227 double widthOverflow = layoutSize.Width() - switchSize_.Width(); in PerformLayout() local
229 … Offset(widthOverflow > 0.0 ? 0.0 : widthOverflow - NormalizeToPx(hotZoneHorizontalPadding_), 0.0); in PerformLayout()