Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_layout_algorithm.h69 const std::optional<float>& GetMenuWidth() const in GetMenuWidth() function
H A Dselect_overlay_pattern.h133 std::optional<float> GetMenuWidth() const in GetMenuWidth() function
H A Dselect_overlay_pattern.cpp633 menuWidth_ = selectOverlayLayoutAlgorithm->GetMenuWidth(); in OnDirtyLayoutWrapperSwap()
H A Dselect_overlay_node.cpp1045 auto menuWidth = pattern->GetMenuWidth(); in BackAnimation()