Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.h294 isCustomMenu_ = isCustomMenu; in SetIsCustomMenu()
309 bool isCustomMenu_ = false; variable
H A Dselect_popup_component.cpp327 box->SetPadding(isCustomMenu_ ? Edge() : Edge(IN_OUT_BOX_INTERVAL)); in Initialize()