Searched refs:dataPickerRowLayoutProperty (Results 1 – 5 of 5) sorted by relevance
350 CHECK_NULL_VOID(dataPickerRowLayoutProperty); in InitTextFontFamily()364 dataPickerRowLayoutProperty->UpdateFontFamily(appCustomFontFamily); in InitTextFontFamily()393 CHECK_NULL_VOID(dataPickerRowLayoutProperty); in FlushCurrentOptions()446 const RefPtr<DataPickerRowLayoutProperty>& dataPickerRowLayoutProperty) in UpdatePickerTextProperties() argument473 const RefPtr<DataPickerRowLayoutProperty>& dataPickerRowLayoutProperty) in UpdateDisappearTextProperties() argument478 if (dataPickerRowLayoutProperty->HasDisappearFontSize()) { in UpdateDisappearTextProperties()494 const RefPtr<DataPickerRowLayoutProperty>& dataPickerRowLayoutProperty) in UpdateCandidateTextProperties() argument499 if (dataPickerRowLayoutProperty->HasFontSize()) { in UpdateCandidateTextProperties()518 const RefPtr<DataPickerRowLayoutProperty>& dataPickerRowLayoutProperty) in UpdateSelectedTextProperties() argument523 if (dataPickerRowLayoutProperty->HasSelectedFontSize()) { in UpdateSelectedTextProperties()[all …]
529 auto dataPickerRowLayoutProperty = host->GetLayoutProperty<DataPickerRowLayoutProperty>(); in FlushColumn() local530 CHECK_NULL_VOID(dataPickerRowLayoutProperty); in FlushColumn()586 auto dataPickerRowLayoutProperty = host->GetLayoutProperty<DataPickerRowLayoutProperty>(); in FlushMonthDaysColumn() local587 CHECK_NULL_VOID(dataPickerRowLayoutProperty); in FlushMonthDaysColumn()1495 auto dataPickerRowLayoutProperty = host->GetLayoutProperty<DataPickerRowLayoutProperty>(); in AdjustLunarDate() local1496 CHECK_NULL_VOID(dataPickerRowLayoutProperty); in AdjustLunarDate()1498 endDateLunar_ = dataPickerRowLayoutProperty->GetEndDate().value_or(SolarToLunar(endDateSolar_)); in AdjustLunarDate()1941 auto dataPickerRowLayoutProperty = host->GetLayoutProperty<DataPickerRowLayoutProperty>(); in AdjustSolarStartEndDate() local1942 CHECK_NULL_VOID(dataPickerRowLayoutProperty); in AdjustSolarStartEndDate()1966 auto dataPickerRowLayoutProperty = host->GetLayoutProperty<DataPickerRowLayoutProperty>(); in AdjustLunarStartEndDate() local[all …]
312 const RefPtr<DataPickerRowLayoutProperty>& dataPickerRowLayoutProperty);
2439 ASSERT_NE(dataPickerRowLayoutProperty, nullptr);2440 dataPickerRowLayoutProperty->UpdateStartDate(startDate);2441 dataPickerRowLayoutProperty->UpdateEndDate(endDate);2450 dataPickerRowLayoutProperty->UpdateStartDate(startDate);2451 dataPickerRowLayoutProperty->UpdateEndDate(endDate);2457 dataPickerRowLayoutProperty->UpdateStartDate(startDate);2458 dataPickerRowLayoutProperty->UpdateEndDate(endDate);2486 ASSERT_NE(dataPickerRowLayoutProperty, nullptr);2488 dataPickerRowLayoutProperty->UpdateEndDate(endDate);2498 dataPickerRowLayoutProperty->UpdateEndDate(endDate);[all …]
1872 auto dataPickerRowLayoutProperty = frameNode->GetLayoutProperty<DataPickerRowLayoutProperty>(); variable1873 ASSERT_NE(dataPickerRowLayoutProperty, nullptr);1874 dataPickerRowLayoutProperty->UpdateStartDate(startDate);1875 dataPickerRowLayoutProperty->UpdateEndDate(endDate);