Searched refs:timePickerLayoutProperty (Results 1 – 5 of 5) sorted by relevance
423 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() argument513 if (timePickerLayoutProperty->HasDisappearFontSize()) { in UpdateDisappearTextProperties()531 const RefPtr<TimePickerLayoutProperty>& timePickerLayoutProperty) in UpdateCandidateTextProperties() argument536 if (timePickerLayoutProperty->HasFontSize()) { in UpdateCandidateTextProperties()553 const RefPtr<TimePickerLayoutProperty>& timePickerLayoutProperty) in UpdateSelectedTextProperties() argument558 if (timePickerLayoutProperty->HasSelectedFontSize()) { in UpdateSelectedTextProperties()576 const RefPtr<TimePickerLayoutProperty>& timePickerLayoutProperty) in ChangeAmPmTextStyle() argument[all …]
218 auto timePickerLayoutProperty = GetLayoutProperty<TimePickerLayoutProperty>(); in GetHour24() local219 CHECK_NULL_RETURN(timePickerLayoutProperty, hour24_); in GetHour24()220 return timePickerLayoutProperty->GetIsUseMilitaryTimeValue(hour24_); in GetHour24()337 auto timePickerLayoutProperty = GetLayoutProperty<TimePickerLayoutProperty>(); in GetPrefixMinute() local338 CHECK_NULL_RETURN(timePickerLayoutProperty, prefixMinute_); in GetPrefixMinute()340 timePickerLayoutProperty->GetPrefixMinuteValue(0)); in GetPrefixMinute()350 auto timePickerLayoutProperty = GetLayoutProperty<TimePickerLayoutProperty>(); in GetPrefixSecond() local351 CHECK_NULL_RETURN(timePickerLayoutProperty, prefixSecond_); in GetPrefixSecond()353 timePickerLayoutProperty->GetPrefixSecondValue(0)); in GetPrefixSecond()359 CHECK_NULL_RETURN(timePickerLayoutProperty, wheelModeEnabled_); in GetWheelModeEnabled()[all …]
315 const RefPtr<TimePickerLayoutProperty>& timePickerLayoutProperty);318 const RefPtr<TimePickerLayoutProperty>& timePickerLayoutProperty);354 const RefPtr<TimePickerLayoutProperty>& timePickerLayoutProperty);357 const RefPtr<TimePickerLayoutProperty>& timePickerLayoutProperty);360 const RefPtr<TimePickerLayoutProperty>& timePickerLayoutProperty);
173 auto timePickerLayoutProperty = timePickerNode->GetLayoutProperty(); in Show() local174 CHECK_NULL_RETURN(timePickerLayoutProperty, nullptr); in Show()179 timePickerLayoutProperty->UpdateMargin(margin); in Show()881 …auto timePickerLayoutProperty = timePickerRowPattern->GetLayoutProperty<TimePickerLayoutProperty>(… in SetHour24() local882 CHECK_NULL_VOID(timePickerLayoutProperty); in SetHour24()883 timePickerLayoutProperty->UpdateIsUseMilitaryTime(isUseMilitaryTime); in SetHour24()
315 const RefPtr<DataPickerRowLayoutProperty>& timePickerLayoutProperty);318 const RefPtr<DataPickerRowLayoutProperty>& timePickerLayoutProperty);321 const RefPtr<DataPickerRowLayoutProperty>& timePickerLayoutProperty);