Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_layout_algorithm.cpp54 constexpr Dimension DIVIDER_DRAG_BAR_WIDTH = 12.0_vp; variable
92 … constraint.selfIdealSize = OptionalSizeF(static_cast<float>(DIVIDER_DRAG_BAR_WIDTH.ConvertToPx()), in MeasureDragBar()