Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_pattern.h469 SelectProperties selectProperty; in SetSelectProperties() local
470 selectProperty.value = params[i].text; in SetSelectProperties()
471 selectProperty.icon = params[i].icon; in SetSelectProperties()
472 selectProperty.symbolModifier = params[i].symbolModifier; in SetSelectProperties()
473 selectProperty.index = static_cast<int>(i); in SetSelectProperties()
475 selectProperty.selected = list[i].selected; in SetSelectProperties()
476 selectProperty.selectEnable = list[i].selectEnable; in SetSelectProperties()
478 selectProperties_.push_back(selectProperty); in SetSelectProperties()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_node.cpp940 auto selectProperty = selectMenu_->GetLayoutProperty(); in MoreAnimation() local
941 CHECK_NULL_VOID(selectProperty); in MoreAnimation()
1007 selectProperty->UpdateUserDefinedIdealSize(frameSize); in MoreAnimation()
1026 auto selectProperty = selectMenu_->GetLayoutProperty(); in BackAnimation() local
1027 CHECK_NULL_VOID(selectProperty); in BackAnimation()
1098 selectProperty->UpdateUserDefinedIdealSize(frameSize); in BackAnimation()
1876 auto selectProperty = selectMenu_->GetLayoutProperty(); in UpdateMenuInner() local
1877 CHECK_NULL_VOID(selectProperty); in UpdateMenuInner()
1878 selectProperty->ClearUserDefinedIdealSize(true, false); in UpdateMenuInner()