Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dpicker_model_impl.cpp104 if (pickerDialog.isSelectedDate == true) { in SetDatePickerDialogShow()
105 timePicker->SetSelectedTime(pickerDialog.pickerTime); in SetDatePickerDialogShow()
116 auto startDays = pickerDialog.parseStartDate.ToDays(); in SetDatePickerDialogShow()
117 auto endDays = pickerDialog.parseEndDate.ToDays(); in SetDatePickerDialogShow()
118 auto selectedDays = pickerDialog.parseSelectedDate.ToDays(); in SetDatePickerDialogShow()
122 if (pickerDialog.isStartDate == true) { in SetDatePickerDialogShow()
123 datePicker->SetStartDate(pickerDialog.parseStartDate); in SetDatePickerDialogShow()
125 if (pickerDialog.isEndDate == true) { in SetDatePickerDialogShow()
126 datePicker->SetEndDate(pickerDialog.parseEndDate); in SetDatePickerDialogShow()
128 if (pickerDialog.isSelectedDate) { in SetDatePickerDialogShow()
[all …]
H A Dtimepicker_model_impl.cpp60 void TimePickerDialogModelImpl::SetTimePickerDialogShow(PickerDialogInfo& pickerDialog, in SetTimePickerDialogShow() argument
67 bool isUseMilitaryTime = pickerDialog.isUseMilitaryTime; in SetTimePickerDialogShow()
68 if (pickerDialog.isSelectedTime == true) { in SetTimePickerDialogShow()
69 timePicker->SetSelectedTime(pickerDialog.pickerTime); in SetTimePickerDialogShow()
H A Dtimepicker_model_impl.h48 …void SetTimePickerDialogShow(PickerDialogInfo& pickerDialog, NG::TimePickerSettingData& settingDat…
H A Dpicker_model_impl.h50 …void SetDatePickerDialogShow(PickerDialogInfo& pickerDialog, NG::DatePickerSettingData& settingDat…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_model_ng.cpp650 if (pickerDialog.alignment.has_value()) { in SetDatePickerDialogShow()
653 if (pickerDialog.backgroundColor.has_value()) { in SetDatePickerDialogShow()
656 if (pickerDialog.backgroundBlurStyle.has_value()) { in SetDatePickerDialogShow()
659 if (pickerDialog.shadow.has_value()) { in SetDatePickerDialogShow()
660 properties.shadow = pickerDialog.shadow.value(); in SetDatePickerDialogShow()
662 if (pickerDialog.hoverModeArea.has_value()) { in SetDatePickerDialogShow()
670 if (pickerDialog.offset.has_value()) { in SetDatePickerDialogShow()
674 properties.maskRect = pickerDialog.maskRect; in SetDatePickerDialogShow()
678 if (pickerDialog.isStartDate == true) { in SetDatePickerDialogShow()
681 if (pickerDialog.isEndDate == true) { in SetDatePickerDialogShow()
[all …]
H A Dpicker_model.h88 …virtual void SetDatePickerDialogShow(PickerDialogInfo& pickerDialog, NG::DatePickerSettingData& se…
H A Ddatepicker_model_ng.h85 …void SetDatePickerDialogShow(PickerDialogInfo& pickerDialog, NG::DatePickerSettingData& settingDat…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_model_ng.cpp430 if (pickerDialog.alignment.has_value()) { in SetTimePickerDialogShow()
431 properties.alignment = pickerDialog.alignment.value(); in SetTimePickerDialogShow()
434 if (pickerDialog.backgroundColor.has_value()) { in SetTimePickerDialogShow()
437 if (pickerDialog.backgroundBlurStyle.has_value()) { in SetTimePickerDialogShow()
440 if (pickerDialog.shadow.has_value()) { in SetTimePickerDialogShow()
441 properties.shadow = pickerDialog.shadow.value(); in SetTimePickerDialogShow()
447 if (pickerDialog.offset.has_value()) { in SetTimePickerDialogShow()
448 properties.offset = pickerDialog.offset.value(); in SetTimePickerDialogShow()
451 properties.maskRect = pickerDialog.maskRect; in SetTimePickerDialogShow()
453 if (pickerDialog.hoverModeArea.has_value()) { in SetTimePickerDialogShow()
[all …]
H A Dtimepicker_model.h68 …virtual void SetTimePickerDialogShow(PickerDialogInfo& pickerDialog, NG::TimePickerSettingData& se…
H A Dtimepicker_model_ng.h78 …void SetTimePickerDialogShow(PickerDialogInfo& pickerDialog, NG::TimePickerSettingData& settingDat…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.cpp1008 pickerDialog.isStartDate = true; in UpdatePickerDialogTimeInfo()
1012 pickerDialog.isEndDate = true; in UpdatePickerDialogTimeInfo()
1016 pickerDialog.isSelectedDate = true; in UpdatePickerDialogTimeInfo()
1033 pickerDialog.parseEndDate = parseEndDate; in UpdatePickerDialogTimeInfo()
1079 pickerDialog.maskRect = maskRect; in UpdatePickerDialogInfo()
1100 pickerDialog.shadow = shadow; in UpdatePickerDialogInfo()
1133 PickerDialogInfo pickerDialog; in Show() local
1711 PickerDialogInfo pickerDialog; in Show() local
1718 pickerDialog.isSelectedTime = true; in Show()
1762 pickerDialog.maskRect = maskRect; in Show()
[all …]
H A Djs_datepicker.h83 …oid UpdatePickerDialogTimeInfo(const JSRef<JSObject>& paramObject, PickerDialogInfo& pickerDialog);
84 …UpdatePickerDialogPositionInfo(const JSRef<JSObject>& paramObject, PickerDialogInfo& pickerDialog);
85 …ic void UpdatePickerDialogInfo(const JSRef<JSObject>& paramObject, PickerDialogInfo& pickerDialog);
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.26/
H A Dchangelogs-arkui.md134 ## cl.arkui.5 pickerDialog操作区按钮大小及间距调整
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H A Dtime_picker_test_update.cpp1401 PickerDialogInfo pickerDialog; variable
1409 timePickerDialogModelNG.SetTimePickerDialogShow(pickerDialog, settingData, std::move(onCancel),