Home
last modified time | relevance | path

Searched refs:selectMenuHeight_ (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_paint_method.h38 … info_(std::move(info)), defaultMenuEndOffset_(endOffset), selectMenuHeight_(selectMenuHeight), in DECLARE_ACE_TYPE()
79 float selectMenuHeight_ = 0.0f; variable
H A Dselect_overlay_pattern.h77 …defaultMenuEndOffset_, selectMenuHeight_, hasExtensionMenu_, hasShowAnimation_, true, isHiddenHand… in CreateNodePaintMethod()
82 …defaultMenuEndOffset_, selectMenuHeight_, hasExtensionMenu_, hasShowAnimation_, false, isHiddenHan… in CreateNodePaintMethod()
261 float selectMenuHeight_ = 0.0f; variable
H A Dselect_overlay_paint_method.cpp46 tempY = static_cast<float>(selectMenuHeight_ / HALF); in UpdateOverlayModifier()
H A Dselect_overlay_pattern.cpp731 selectMenuHeight_ = geometryNode->GetFrameSize().Height(); in SetSelectMenuHeight()