Searched refs:yearNode (Results 1 – 8 of 8) sorted by relevance
543 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 …]
1147 auto yearNode = allChildNode["year"]; variable1154 yearNode->GetPattern<DatePickerColumnPattern>()->SetCurrentIndex(3);1160 yearNode->GetPattern<DatePickerColumnPattern>()->SetCurrentIndex(4);1167 yearNode->GetPattern<DatePickerColumnPattern>()->SetCurrentIndex(4);1333 auto yearNode = allChildNode["year"]; variable1402 auto yearNode = allChildNode["year"]; variable1420 yearNode->GetPattern<DatePickerColumnPattern>()->SetCurrentIndex(1);1472 auto yearNode = allChildNode["year"]; variable1478 yearNode->GetPattern<DatePickerColumnPattern>()->SetCurrentIndex(4);1539 auto yearNode = allChildNode["year"]; variable[all …]
1877 auto yearNode = allChildNode["year"]; variable1879 yearNode->GetPattern<DatePickerColumnPattern>()->SetCurrentIndex(2);1932 auto yearNode = allChildNode["year"]; variable1934 yearNode->GetPattern<DatePickerColumnPattern>()->SetCurrentIndex(3);1984 auto yearNode = allChildNode["year"]; variable1986 yearNode->GetPattern<DatePickerColumnPattern>()->SetCurrentIndex(3);
2305 auto yearNode = allChildNode["year"]; variable2328 auto yearNode = allChildNode["year"]; variable2331 auto yearDatePickerColumnPattern = yearNode->GetPattern<DatePickerColumnPattern>();
1139 auto yearNode = AceType::DynamicCast<FrameNode>(contentNode->GetChildAtIndex(yearIndex_)); in GetEntryDateInfo() local1140 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() local1173 CHECK_NULL_VOID(yearNode); in SetDate()1174 auto textLayoutProperty = yearNode->GetLayoutProperty<TextLayoutProperty>(); in SetDate()1182 yearNode->MarkDirtyNode(PROPERTY_UPDATE_MEASURE_SELF); in SetDate()
600 auto yearNode = CalendarPickerModelNG::GetYearNode(frameNode); in SetSelectDateWithNode() local601 if (yearNode) { in SetSelectDateWithNode()602 auto textLayoutProperty = yearNode->GetLayoutProperty<TextLayoutProperty>(); in SetSelectDateWithNode()605 yearNode->MarkModifyDone(); in SetSelectDateWithNode()606 yearNode->MarkDirtyNode(); in SetSelectDateWithNode()
1479 auto yearNode = FrameNode::GetOrCreateFrameNode( variable1482 ASSERT_NE(yearNode, nullptr);1483 yearNode->MountToParent(contentFrameNode);1540 auto yearNode = FrameNode::GetOrCreateFrameNode( variable1543 ASSERT_NE(yearNode, nullptr);1544 yearNode->MountToParent(contentFrameNode);
3514 auto yearNode = AceType::DynamicCast<FrameNode>(contentFrameNode->GetOrCreateChildByIndex(0)); variable3515 auto yearContentLayoutProperty = yearNode->GetLayoutProperty<TextLayoutProperty>();3518 yearNode, yearContentFrameNodeGeometryNode, yearNode->GetLayoutProperty());3639 auto yearNode = AceType::DynamicCast<FrameNode>(contentFrameNode->GetOrCreateChildByIndex(0)); variable3640 auto yearContentLayoutProperty = yearNode->GetLayoutProperty<TextLayoutProperty>();3643 yearNode, yearContentFrameNodeGeometryNode, yearNode->GetLayoutProperty());