Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.cpp48 const int32_t DIALOG_BUTTONS_COUNT_WATCH = 2; variable
374 if (actions_.empty() || actions_.size() != DIALOG_BUTTONS_COUNT_WATCH) { in BuildActionsForWatch()
775 for (int32_t i = 1; i <= DIALOG_BUTTONS_COUNT_WATCH; ++i) { in BuildButtonsForWatch()