Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.cpp423 CHECK_NULL_VOID(timePickerLayoutProperty); in InitTextFontFamily()
437 timePickerLayoutProperty->UpdateFontFamily(appCustomFontFamily); in InitTextFontFamily()
464 CHECK_NULL_VOID(timePickerLayoutProperty); in FlushCurrentOptions()
508 const RefPtr<TimePickerLayoutProperty>& timePickerLayoutProperty) in UpdateDisappearTextProperties() argument
513 if (timePickerLayoutProperty->HasDisappearFontSize()) { in UpdateDisappearTextProperties()
531 const RefPtr<TimePickerLayoutProperty>& timePickerLayoutProperty) in UpdateCandidateTextProperties() argument
536 if (timePickerLayoutProperty->HasFontSize()) { in UpdateCandidateTextProperties()
553 const RefPtr<TimePickerLayoutProperty>& timePickerLayoutProperty) in UpdateSelectedTextProperties() argument
558 if (timePickerLayoutProperty->HasSelectedFontSize()) { in UpdateSelectedTextProperties()
576 const RefPtr<TimePickerLayoutProperty>& timePickerLayoutProperty) in ChangeAmPmTextStyle() argument
[all …]
H A Dtimepicker_row_pattern.h218 auto timePickerLayoutProperty = GetLayoutProperty<TimePickerLayoutProperty>(); in GetHour24() local
219 CHECK_NULL_RETURN(timePickerLayoutProperty, hour24_); in GetHour24()
220 return timePickerLayoutProperty->GetIsUseMilitaryTimeValue(hour24_); in GetHour24()
337 auto timePickerLayoutProperty = GetLayoutProperty<TimePickerLayoutProperty>(); in GetPrefixMinute() local
338 CHECK_NULL_RETURN(timePickerLayoutProperty, prefixMinute_); in GetPrefixMinute()
340 timePickerLayoutProperty->GetPrefixMinuteValue(0)); in GetPrefixMinute()
350 auto timePickerLayoutProperty = GetLayoutProperty<TimePickerLayoutProperty>(); in GetPrefixSecond() local
351 CHECK_NULL_RETURN(timePickerLayoutProperty, prefixSecond_); in GetPrefixSecond()
353 timePickerLayoutProperty->GetPrefixSecondValue(0)); in GetPrefixSecond()
359 CHECK_NULL_RETURN(timePickerLayoutProperty, wheelModeEnabled_); in GetWheelModeEnabled()
[all …]
H A Dtimepicker_column_pattern.h315 const RefPtr<TimePickerLayoutProperty>& timePickerLayoutProperty);
318 const RefPtr<TimePickerLayoutProperty>& timePickerLayoutProperty);
354 const RefPtr<TimePickerLayoutProperty>& timePickerLayoutProperty);
357 const RefPtr<TimePickerLayoutProperty>& timePickerLayoutProperty);
360 const RefPtr<TimePickerLayoutProperty>& timePickerLayoutProperty);
H A Dtimepicker_dialog_view.cpp173 auto timePickerLayoutProperty = timePickerNode->GetLayoutProperty(); in Show() local
174 CHECK_NULL_RETURN(timePickerLayoutProperty, nullptr); in Show()
179 timePickerLayoutProperty->UpdateMargin(margin); in Show()
881 …auto timePickerLayoutProperty = timePickerRowPattern->GetLayoutProperty<TimePickerLayoutProperty>(… in SetHour24() local
882 CHECK_NULL_VOID(timePickerLayoutProperty); in SetHour24()
883 timePickerLayoutProperty->UpdateIsUseMilitaryTime(isUseMilitaryTime); in SetHour24()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_pattern.h315 const RefPtr<DataPickerRowLayoutProperty>& timePickerLayoutProperty);
318 const RefPtr<DataPickerRowLayoutProperty>& timePickerLayoutProperty);
321 const RefPtr<DataPickerRowLayoutProperty>& timePickerLayoutProperty);