Home
last modified time | relevance | path

Searched refs:DIALOG_ALIGNMENT (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_alert_dialog_ffi.cpp24 const std::vector<DialogAlignment> DIALOG_ALIGNMENT = { DialogAlignment::TOP, DialogAlignment::CENTER, member
66 if (alignment >= 0 && alignment <= static_cast<int32_t>(DIALOG_ALIGNMENT.size())) { in ParseAlertDialogConfirm()
67 properties.alignment = DIALOG_ALIGNMENT[alignment]; in ParseAlertDialogConfirm()
H A Dcj_customdialog_controller_ffi.cpp27 const std::vector<DialogAlignment> DIALOG_ALIGNMENT = { DialogAlignment::TOP, DialogAlignment::CENTER, member
80 dialogProperties_.alignment = DIALOG_ALIGNMENT[options.alignment]; in NativeCustomDialogController()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/prompt/
H A Dcj_prompt_ffi.cpp28 const std::vector<DialogAlignment> DIALOG_ALIGNMENT = { DialogAlignment::TOP, DialogAlignment::CENTER, member
135 auto alignment = DIALOG_ALIGNMENT[options.alignment]; in FfiPromptOpenCustomDialog()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/
H A Djs_action_sheet.cpp57 const std::vector<DialogAlignment> DIALOG_ALIGNMENT = { DialogAlignment::TOP, DialogAlignment::CENTER, member
260 if (alignment >= 0 && alignment <= static_cast<int32_t>(DIALOG_ALIGNMENT.size())) { in ParseDialogAlignment()
261 properties.alignment = DIALOG_ALIGNMENT[alignment]; in ParseDialogAlignment()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
H A Djs_custom_dialog_controller.cpp56 const std::vector<DialogAlignment> DIALOG_ALIGNMENT = { DialogAlignment::TOP, DialogAlignment::CENTER, member
134 if (alignment >= 0 && alignment <= static_cast<int32_t>(DIALOG_ALIGNMENT.size())) { in ConstructorCallback()
135 instance->dialogProperties_.alignment = DIALOG_ALIGNMENT[alignment]; in ConstructorCallback()
H A Djs_alert_dialog.cpp54 const std::vector<DialogAlignment> DIALOG_ALIGNMENT = { DialogAlignment::TOP, DialogAlignment::CENTER, member
307 if (alignment >= 0 && alignment <= static_cast<int32_t>(DIALOG_ALIGNMENT.size())) { in ParseAlertAlignment()
308 properties.alignment = DIALOG_ALIGNMENT[alignment]; in ParseAlertAlignment()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.cpp47 const std::vector<DialogAlignment> DIALOG_ALIGNMENT = { DialogAlignment::TOP, DialogAlignment::CENTER, member
1051 if (alignment >= 0 && alignment <= static_cast<int32_t>(DIALOG_ALIGNMENT.size())) { in UpdatePickerDialogPositionInfo()
1052 pickerDialog.alignment = DIALOG_ALIGNMENT[alignment]; in UpdatePickerDialogPositionInfo()
1739 if (alignment >= 0 && alignment <= static_cast<int32_t>(DIALOG_ALIGNMENT.size())) { in Show()
1740 pickerDialog.alignment = DIALOG_ALIGNMENT[alignment]; in Show()
H A Djs_textpicker.cpp43 const std::vector<DialogAlignment> DIALOG_ALIGNMENT = { DialogAlignment::TOP, DialogAlignment::CENTER, member
1437 if (alignment >= 0 && alignment <= static_cast<int32_t>(DIALOG_ALIGNMENT.size())) { in Show()
1438 textPickerDialog.alignment = DIALOG_ALIGNMENT[alignment]; in Show()
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp34 const std::vector<DialogAlignment> DIALOG_ALIGNMENT = { DialogAlignment::TOP, DialogAlignment::CENTER, member
786 if (num >= 0 && num < static_cast<int32_t>(DIALOG_ALIGNMENT.size())) { in GetNapiDialogProps()
787 alignment = DIALOG_ALIGNMENT[num]; in GetNapiDialogProps()

Completed in 17 milliseconds