Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_paint_property.h39 constexpr Dimension PORTRAIT_BOTTOM_SECURITY = 48.0_vp; variable
H A Dmenu_layout_algorithm.cpp390 bottomSecurity = static_cast<float>(PORTRAIT_BOTTOM_SECURITY.ConvertToPx()); in InitializeParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_property.h27 constexpr Dimension PORTRAIT_BOTTOM_SECURITY = 96.0_vp; variable
H A Ddialog_layout_algorithm.cpp650 float bottomSecurity = static_cast<float>(PORTRAIT_BOTTOM_SECURITY.ConvertToPx()); in IsDialogTouchingBoundary()