Home
last modified time | relevance | path

Searched defs:selectWidth (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
Dweb_select_overlay.cpp509 float selectWidth = params->GetSelectWidth(); in QuickMenuIsNeedNewAvoid() local
528 float selectWidth = params->GetSelectWidth(); in ComputeClippedSelectionBounds() local
574 float selectWidth = w; in ComputeMouseClippedSelectionBounds() local
Dweb_pattern.cpp3610 float selectWidth = w; in ComputeMouseClippedSelectionBounds() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
Dselect_pattern.cpp195 auto selectWidth = selectSize_.Width(); in ShowSelectMenu() local
223 void SelectPattern::UpdateOptionsWidth(float selectWidth) in UpdateOptionsWidth()