Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp603 auto wrapperLayoutProps = wrapper->GetLayoutProperty(); in ModifyPositionToWrapper() local
604 CHECK_NULL_VOID(wrapperLayoutProps); in ModifyPositionToWrapper()
605 auto&& safeAreaInsets = wrapperLayoutProps->GetSafeAreaInsets(); in ModifyPositionToWrapper()