Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_dialog_view.cpp1558 auto monthDaysPickerPattern = monthDaysNode->GetPattern<DatePickerPattern>(); in CreateAndMountMonthDaysNode() local
1559 CHECK_NULL_RETURN(monthDaysPickerPattern, nullptr); in CreateAndMountMonthDaysNode()
1562 monthDaysPickerPattern->SetTitleId(pickerPattern->GetTitleId()); in CreateAndMountMonthDaysNode()
1563 monthDaysPickerPattern->SetShowTimeFlag(true); in CreateAndMountMonthDaysNode()
1564 monthDaysPickerPattern->SetTextProperties(settingData.properties); in CreateAndMountMonthDaysNode()
1666 auto monthDaysPickerPattern = monthDaysNode->GetPattern<DatePickerPattern>(); in SwitchPickerPage() local
1667 CHECK_NULL_VOID(monthDaysPickerPattern); in SwitchPickerPage()
1669 … switchFlag_ ? datePickerPattern->GetCurrentDate() : monthDaysPickerPattern->GetCurrentDate(); in SwitchPickerPage()
1680 monthDaysPickerPattern->SetFocusEnable(); in SwitchPickerPage()
1683 monthDaysPickerPattern->SetFocusDisable(); in SwitchPickerPage()