Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.cpp543 CHECK_NULL_VOID(yearNode); in FlushColumn()
643 CHECK_NULL_VOID(yearNode); in OnDataLinking()
646 if (tag == yearNode) { in OnDataLinking()
742 CHECK_NULL_VOID(yearNode); in HandleDayChange()
762 CHECK_NULL_VOID(yearNode); in HandleSolarDayChange()
825 CHECK_NULL_VOID(yearNode); in HandleReduceLunarDayChange()
877 CHECK_NULL_VOID(yearNode); in HandleAddLunarDayChange()
1081 CHECK_NULL_VOID(yearNode); in HandleYearChange()
1101 CHECK_NULL_VOID(yearNode); in HandleMonthChange()
1146 CHECK_NULL_VOID(yearNode); in HandleLunarMonthChange()
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_column_test_ng.cpp1147 auto yearNode = allChildNode["year"]; variable
1154 yearNode->GetPattern<DatePickerColumnPattern>()->SetCurrentIndex(3);
1160 yearNode->GetPattern<DatePickerColumnPattern>()->SetCurrentIndex(4);
1167 yearNode->GetPattern<DatePickerColumnPattern>()->SetCurrentIndex(4);
1333 auto yearNode = allChildNode["year"]; variable
1402 auto yearNode = allChildNode["year"]; variable
1420 yearNode->GetPattern<DatePickerColumnPattern>()->SetCurrentIndex(1);
1472 auto yearNode = allChildNode["year"]; variable
1478 yearNode->GetPattern<DatePickerColumnPattern>()->SetCurrentIndex(4);
1539 auto yearNode = allChildNode["year"]; variable
[all …]
H A Ddate_picker_order_test.cpp1877 auto yearNode = allChildNode["year"]; variable
1879 yearNode->GetPattern<DatePickerColumnPattern>()->SetCurrentIndex(2);
1932 auto yearNode = allChildNode["year"]; variable
1934 yearNode->GetPattern<DatePickerColumnPattern>()->SetCurrentIndex(3);
1984 auto yearNode = allChildNode["year"]; variable
1986 yearNode->GetPattern<DatePickerColumnPattern>()->SetCurrentIndex(3);
H A Ddate_picker_test_ng.cpp2305 auto yearNode = allChildNode["year"]; variable
2328 auto yearNode = allChildNode["year"]; variable
2331 auto yearDatePickerColumnPattern = yearNode->GetPattern<DatePickerColumnPattern>();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_pattern.cpp1139 auto yearNode = AceType::DynamicCast<FrameNode>(contentNode->GetChildAtIndex(yearIndex_)); in GetEntryDateInfo() local
1140 CHECK_NULL_RETURN(yearNode, ""); in GetEntryDateInfo()
1141 auto textLayoutProperty = yearNode->GetLayoutProperty<TextLayoutProperty>(); in GetEntryDateInfo()
1172 auto yearNode = AceType::DynamicCast<FrameNode>(contentNode->GetChildAtIndex(yearIndex_)); in SetDate() local
1173 CHECK_NULL_VOID(yearNode); in SetDate()
1174 auto textLayoutProperty = yearNode->GetLayoutProperty<TextLayoutProperty>(); in SetDate()
1182 yearNode->MarkDirtyNode(PROPERTY_UPDATE_MEASURE_SELF); in SetDate()
H A Dcalendar_picker_model_ng.cpp600 auto yearNode = CalendarPickerModelNG::GetYearNode(frameNode); in SetSelectDateWithNode() local
601 if (yearNode) { in SetSelectDateWithNode()
602 auto textLayoutProperty = yearNode->GetLayoutProperty<TextLayoutProperty>(); in SetSelectDateWithNode()
605 yearNode->MarkModifyDone(); in SetSelectDateWithNode()
606 yearNode->MarkDirtyNode(); in SetSelectDateWithNode()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar_picker/
H A Dcalendar_picker_test_update.cpp1479 auto yearNode = FrameNode::GetOrCreateFrameNode( variable
1482 ASSERT_NE(yearNode, nullptr);
1483 yearNode->MountToParent(contentFrameNode);
1540 auto yearNode = FrameNode::GetOrCreateFrameNode( variable
1543 ASSERT_NE(yearNode, nullptr);
1544 yearNode->MountToParent(contentFrameNode);
H A Dcalendar_picker_test_ng.cpp3514 auto yearNode = AceType::DynamicCast<FrameNode>(contentFrameNode->GetOrCreateChildByIndex(0)); variable
3515 auto yearContentLayoutProperty = yearNode->GetLayoutProperty<TextLayoutProperty>();
3518 yearNode, yearContentFrameNodeGeometryNode, yearNode->GetLayoutProperty());
3639 auto yearNode = AceType::DynamicCast<FrameNode>(contentFrameNode->GetOrCreateChildByIndex(0)); variable
3640 auto yearContentLayoutProperty = yearNode->GetLayoutProperty<TextLayoutProperty>();
3643 yearNode, yearContentFrameNodeGeometryNode, yearNode->GetLayoutProperty());