Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.cpp1771 RefPtr<FrameNode> monthDaysColumn; in LunarMonthDaysColumnBuilding() local
1798 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() local
1855 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 …]
H A Ddatepicker_pattern.h714 void FillLunarMonthDaysOptions(const LunarDate& current, RefPtr<FrameNode>& monthDaysColumn);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_test_update.cpp1704 RefPtr<FrameNode> monthDaysColumn = datePickerPattern->GetColumn(columnNode_->GetId()); variable
1714 datePickerPattern->FillLunarMonthDaysOptions(lunarDate, monthDaysColumn);
1724 datePickerPattern->FillLunarMonthDaysOptions(lunarDate, monthDaysColumn);