Home
last modified time | relevance | path

Searched refs:TimePickerLayoutProperty (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_model_ng.cpp488 TimePickerLayoutProperty, DisappearFontSize, in SetDisappearTextStyle()
496 TimePickerLayoutProperty, DisappearColor, in SetDisappearTextStyle()
499 TimePickerLayoutProperty, DisappearWeight, in SetDisappearTextStyle()
502 TimePickerLayoutProperty, DisappearFontFamily, in SetDisappearTextStyle()
505 TimePickerLayoutProperty, DisappearFontStyle, in SetDisappearTextStyle()
536 TimePickerLayoutProperty, SelectedFontSize, in SetSelectedTextStyle()
540 TimePickerLayoutProperty, SelectedFontSize, in SetSelectedTextStyle()
544 TimePickerLayoutProperty, SelectedColor, in SetSelectedTextStyle()
547 TimePickerLayoutProperty, SelectedWeight, in SetSelectedTextStyle()
550 TimePickerLayoutProperty, SelectedFontFamily, in SetSelectedTextStyle()
[all …]
H A Dtimepicker_layout_property.h31 class ACE_EXPORT TimePickerLayoutProperty : public LinearLayoutProperty {
32 DECLARE_ACE_TYPE(TimePickerLayoutProperty, LinearLayoutProperty);
35 TimePickerLayoutProperty() : LinearLayoutProperty(false) {}; in TimePickerLayoutProperty() function
36 ~TimePickerLayoutProperty() override = default;
40 auto value = MakeRefPtr<TimePickerLayoutProperty>(); in Clone()
143 ACE_DISALLOW_COPY_AND_MOVE(TimePickerLayoutProperty);
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.cpp912 ACE_UPDATE_LAYOUT_PROPERTY(TimePickerLayoutProperty, FontSize, in SetTextProperties()
915 ACE_UPDATE_LAYOUT_PROPERTY(TimePickerLayoutProperty, FontSize, in SetTextProperties()
922 ACE_UPDATE_LAYOUT_PROPERTY(TimePickerLayoutProperty, FontFamily, in SetTextProperties()
924 ACE_UPDATE_LAYOUT_PROPERTY(TimePickerLayoutProperty, FontStyle, in SetTextProperties()
929 TimePickerLayoutProperty, SelectedFontSize, in SetTextProperties()
935 ACE_UPDATE_LAYOUT_PROPERTY(TimePickerLayoutProperty, SelectedColor, in SetTextProperties()
937 ACE_UPDATE_LAYOUT_PROPERTY(TimePickerLayoutProperty, SelectedWeight, in SetTextProperties()
941 ACE_UPDATE_LAYOUT_PROPERTY(TimePickerLayoutProperty, SelectedFontStyle, in SetTextProperties()
953 TimePickerLayoutProperty, DisappearFontSize, in SetTextDisappearProperties()
959 ACE_UPDATE_LAYOUT_PROPERTY(TimePickerLayoutProperty, DisappearColor, in SetTextDisappearProperties()
[all …]
H A Dtimepicker_row_pattern.h110 return MakeRefPtr<TimePickerLayoutProperty>(); in CreateLayoutProperty()
218 auto timePickerLayoutProperty = GetLayoutProperty<TimePickerLayoutProperty>(); in GetHour24()
337 auto timePickerLayoutProperty = GetLayoutProperty<TimePickerLayoutProperty>(); in GetPrefixMinute()
350 auto timePickerLayoutProperty = GetLayoutProperty<TimePickerLayoutProperty>(); in GetPrefixSecond()
358 auto timePickerLayoutProperty = GetLayoutProperty<TimePickerLayoutProperty>(); in GetWheelModeEnabled()
H A Dtimepicker_paint_method.cpp46 auto layoutProperty = pickerNode->GetLayoutProperty<TimePickerLayoutProperty>(); in GetForegroundDrawFunction()
H A Dtimepicker_column_pattern.cpp422 auto timePickerLayoutProperty = parentNode->GetLayoutProperty<TimePickerLayoutProperty>(); in InitTextFontFamily()
463 auto timePickerLayoutProperty = parentNode->GetLayoutProperty<TimePickerLayoutProperty>(); in FlushCurrentOptions()
508 const RefPtr<TimePickerLayoutProperty>& timePickerLayoutProperty) in UpdateDisappearTextProperties()
531 const RefPtr<TimePickerLayoutProperty>& timePickerLayoutProperty) in UpdateCandidateTextProperties()
553 const RefPtr<TimePickerLayoutProperty>& timePickerLayoutProperty) in UpdateSelectedTextProperties()
576 const RefPtr<TimePickerLayoutProperty>& timePickerLayoutProperty) in ChangeAmPmTextStyle()
603 const RefPtr<TimePickerLayoutProperty>& timePickerLayoutProperty) in ChangeTextStyle()
H A Dtimepicker_row_pattern.cpp133 auto pickerProperty = host->GetLayoutProperty<TimePickerLayoutProperty>(); in OnModifyDone()
1205 auto pickerProperty = host->GetLayoutProperty<TimePickerLayoutProperty>(); in OnColorConfigurationUpdate()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H A Dtime_picker_test_ng.cpp278 auto pickerProperty = frameNode->GetLayoutProperty<TimePickerLayoutProperty>();
301 auto pickerProperty = frameNode->GetLayoutProperty<TimePickerLayoutProperty>();
322 auto pickerProperty = frameNode->GetLayoutProperty<TimePickerLayoutProperty>();
355 auto pickerProperty = frameNode->GetLayoutProperty<TimePickerLayoutProperty>();
378 auto pickerProperty = frameNode->GetLayoutProperty<TimePickerLayoutProperty>();
401 auto pickerProperty = frameNode->GetLayoutProperty<TimePickerLayoutProperty>();
436 auto pickerProperty = frameNode->GetLayoutProperty<TimePickerLayoutProperty>();
461 auto pickerProperty = frameNode->GetLayoutProperty<TimePickerLayoutProperty>();
484 auto pickerProperty = frameNode->GetLayoutProperty<TimePickerLayoutProperty>();
692 auto pickerProperty = frameNode->GetLayoutProperty<TimePickerLayoutProperty>();
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_dialog_view.cpp1395 auto pickerProperty = frameNode->GetLayoutProperty<TimePickerLayoutProperty>(); in SetTimeTextProperties()
1590 auto timePickerLayout = timeNode->GetLayoutProperty<TimePickerLayoutProperty>(); in CreateAndMountTimeNode()