Home
last modified time | relevance | path

Searched refs:TWO_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.cpp80 constexpr int32_t TWO_BUTTON_MODE = 2; variable
825 (direction == DialogButtonDirection::AUTO && buttons.size() == TWO_BUTTON_MODE)) { in BuildButtons()