Searched refs:selectProperty (Results 1 – 2 of 2) sorted by relevance
469 SelectProperties selectProperty; in SetSelectProperties() local470 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()
940 auto selectProperty = selectMenu_->GetLayoutProperty(); in MoreAnimation() local941 CHECK_NULL_VOID(selectProperty); in MoreAnimation()1007 selectProperty->UpdateUserDefinedIdealSize(frameSize); in MoreAnimation()1026 auto selectProperty = selectMenu_->GetLayoutProperty(); in BackAnimation() local1027 CHECK_NULL_VOID(selectProperty); in BackAnimation()1098 selectProperty->UpdateUserDefinedIdealSize(frameSize); in BackAnimation()1876 auto selectProperty = selectMenu_->GetLayoutProperty(); in UpdateMenuInner() local1877 CHECK_NULL_VOID(selectProperty); in UpdateMenuInner()1878 selectProperty->ClearUserDefinedIdealSize(true, false); in UpdateMenuInner()