Searched refs:monthDaysPickerPattern (Results 1 – 1 of 1) sorted by relevance
1558 auto monthDaysPickerPattern = monthDaysNode->GetPattern<DatePickerPattern>(); in CreateAndMountMonthDaysNode() local1559 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() local1667 CHECK_NULL_VOID(monthDaysPickerPattern); in SwitchPickerPage()1669 … switchFlag_ ? datePickerPattern->GetCurrentDate() : monthDaysPickerPattern->GetCurrentDate(); in SwitchPickerPage()1680 monthDaysPickerPattern->SetFocusEnable(); in SwitchPickerPage()1683 monthDaysPickerPattern->SetFocusDisable(); in SwitchPickerPage()