Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp81 constexpr int32_t ONE_BUTTON_MODE = 1; variable
844 if (buttons.size() == ONE_BUTTON_MODE || isVertical) { in BuildButtons()
1343 if (buttons.size() == ONE_BUTTON_MODE || buttonContainer_->GetTag() != V2::ROW_ETS_TAG) { in NeedsButtonDirectionChange()
1395 …if (Dialogprops.buttons.size() == ONE_BUTTON_MODE || buttonContainer_->GetTag() == V2::ROW_ETS_TAG… in CheckScrollHeightIsNegative()