Searched refs:uiRadioButtonInfo (Results 1 – 1 of 1) sorted by relevance
159 UIRadioButton* uiRadioButtonInfo = static_cast<UIRadioButton*>(view); in FindRadioButtonAndChangeState() local160 …if ((uiRadioButtonInfo->GetName() != nullptr) && (strcmp(uiRadioButtonInfo->GetName(), name_) == 0… in FindRadioButtonAndChangeState()161 uiRadioButtonInfo->SetState(UNSELECTED, true); in FindRadioButtonAndChangeState()