Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_component.cpp193 RefPtr<BoxComponent> selectBox = AceType::MakeRefPtr<BoxComponent>(); in BuildSelectPopup() local
199 selectBox->SetChild(selectPopup_); in BuildSelectPopup()
202 transform->SetChild(selectBox); in BuildSelectPopup()