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 D | picker_model_impl.cpp | 104 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 D | timepicker_model_impl.cpp | 60 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 D | timepicker_model_impl.h | 48 …void SetTimePickerDialogShow(PickerDialogInfo& pickerDialog, NG::TimePickerSettingData& settingDat…
|
H A D | picker_model_impl.h | 50 …void SetDatePickerDialogShow(PickerDialogInfo& pickerDialog, NG::DatePickerSettingData& settingDat…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_model_ng.cpp | 650 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 D | picker_model.h | 88 …virtual void SetDatePickerDialogShow(PickerDialogInfo& pickerDialog, NG::DatePickerSettingData& se…
|
H A D | datepicker_model_ng.h | 85 …void SetDatePickerDialogShow(PickerDialogInfo& pickerDialog, NG::DatePickerSettingData& settingDat…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_model_ng.cpp | 430 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 D | timepicker_model.h | 68 …virtual void SetTimePickerDialogShow(PickerDialogInfo& pickerDialog, NG::TimePickerSettingData& se…
|
H A D | timepicker_model_ng.h | 78 …void SetTimePickerDialogShow(PickerDialogInfo& pickerDialog, NG::TimePickerSettingData& settingDat…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_datepicker.cpp | 1008 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 D | js_datepicker.h | 83 …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 D | changelogs-arkui.md | 134 ## cl.arkui.5 pickerDialog操作区按钮大小及间距调整
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/ |
H A D | time_picker_test_update.cpp | 1401 PickerDialogInfo pickerDialog; variable 1409 timePickerDialogModelNG.SetTimePickerDialogShow(pickerDialog, settingData, std::move(onCancel),
|