Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_popup.cpp84 static const LinearMapNode<Placement> placeMap[] = { in SetSpecializedAttr() local
95 auto valueIt = BinarySearchFindIndex(placeMap, ArraySize(placeMap), attr.second.c_str()); in SetSpecializedAttr()
97 popupChild_->GetPopupParam()->SetPlacement(placeMap[valueIt].value); in SetSpecializedAttr()