Home
last modified time | relevance | path

Searched refs:dataPickerRowLayoutProperty (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_pattern.cpp350 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() argument
473 const RefPtr<DataPickerRowLayoutProperty>& dataPickerRowLayoutProperty) in UpdateDisappearTextProperties() argument
478 if (dataPickerRowLayoutProperty->HasDisappearFontSize()) { in UpdateDisappearTextProperties()
494 const RefPtr<DataPickerRowLayoutProperty>& dataPickerRowLayoutProperty) in UpdateCandidateTextProperties() argument
499 if (dataPickerRowLayoutProperty->HasFontSize()) { in UpdateCandidateTextProperties()
518 const RefPtr<DataPickerRowLayoutProperty>& dataPickerRowLayoutProperty) in UpdateSelectedTextProperties() argument
523 if (dataPickerRowLayoutProperty->HasSelectedFontSize()) { in UpdateSelectedTextProperties()
[all …]
H A Ddatepicker_pattern.cpp529 auto dataPickerRowLayoutProperty = host->GetLayoutProperty<DataPickerRowLayoutProperty>(); in FlushColumn() local
530 CHECK_NULL_VOID(dataPickerRowLayoutProperty); in FlushColumn()
586 auto dataPickerRowLayoutProperty = host->GetLayoutProperty<DataPickerRowLayoutProperty>(); in FlushMonthDaysColumn() local
587 CHECK_NULL_VOID(dataPickerRowLayoutProperty); in FlushMonthDaysColumn()
1495 auto dataPickerRowLayoutProperty = host->GetLayoutProperty<DataPickerRowLayoutProperty>(); in AdjustLunarDate() local
1496 CHECK_NULL_VOID(dataPickerRowLayoutProperty); in AdjustLunarDate()
1498 endDateLunar_ = dataPickerRowLayoutProperty->GetEndDate().value_or(SolarToLunar(endDateSolar_)); in AdjustLunarDate()
1941 auto dataPickerRowLayoutProperty = host->GetLayoutProperty<DataPickerRowLayoutProperty>(); in AdjustSolarStartEndDate() local
1942 CHECK_NULL_VOID(dataPickerRowLayoutProperty); in AdjustSolarStartEndDate()
1966 auto dataPickerRowLayoutProperty = host->GetLayoutProperty<DataPickerRowLayoutProperty>(); in AdjustLunarStartEndDate() local
[all …]
H A Ddatepicker_column_pattern.h312 const RefPtr<DataPickerRowLayoutProperty>& dataPickerRowLayoutProperty);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_test_ng.cpp2439 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 …]
H A Ddate_picker_column_test_ng.cpp1872 auto dataPickerRowLayoutProperty = frameNode->GetLayoutProperty<DataPickerRowLayoutProperty>(); variable
1873 ASSERT_NE(dataPickerRowLayoutProperty, nullptr);
1874 dataPickerRowLayoutProperty->UpdateStartDate(startDate);
1875 dataPickerRowLayoutProperty->UpdateEndDate(endDate);