Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_component.cpp49 constexpr Dimension OVERLAY_MARGIN_BOTTOM = 8.0_vp; variable
356 box->SetMargin(Edge(0.0_vp, OVERLAY_MARGIN_BOTTOM, 0.0_vp, 0.0_vp)); in BuildMenu()