Searched refs:monthDaysColumn (Results 1 – 3 of 3) sorted by relevance
1771 RefPtr<FrameNode> monthDaysColumn; in LunarMonthDaysColumnBuilding() local1798 monthDaysColumn = GetColumn(monthDaysNode->GetId()); in LunarMonthDaysColumnBuilding()1800 CHECK_NULL_VOID(monthDaysColumn); in LunarMonthDaysColumnBuilding()1818 FillLunarMonthDaysOptions(current, monthDaysColumn); in LunarMonthDaysColumnBuilding()1821 auto monthDaysColumnPattern = monthDaysColumn->GetPattern<DatePickerColumnPattern>(); in LunarMonthDaysColumnBuilding()1832 RefPtr<FrameNode> monthDaysColumn; in SolarMonthDaysColumnsBuilding() local1855 monthDaysColumn = GetColumn(monthDaysNode->GetId()); in SolarMonthDaysColumnsBuilding()1857 CHECK_NULL_VOID(monthDaysColumn); in SolarMonthDaysColumnsBuilding()1863 options_[monthDaysColumn].clear(); in SolarMonthDaysColumnsBuilding()1877 auto monthDaysColumnPattern = monthDaysColumn->GetPattern<DatePickerColumnPattern>(); in SolarMonthDaysColumnsBuilding()[all …]
714 void FillLunarMonthDaysOptions(const LunarDate& current, RefPtr<FrameNode>& monthDaysColumn);
1704 RefPtr<FrameNode> monthDaysColumn = datePickerPattern->GetColumn(columnNode_->GetId()); variable1714 datePickerPattern->FillLunarMonthDaysOptions(lunarDate, monthDaysColumn);1724 datePickerPattern->FillLunarMonthDaysOptions(lunarDate, monthDaysColumn);