/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_column_layout_algorithm.h | 37 void ChangeTextStyle(uint32_t index, uint32_t showOptionCount, const SizeF& size,
|
H A D | datepicker_column_layout_algorithm.cpp | 145 ChangeTextStyle(index, totalChild, size, child, layoutWrapper); in MeasureText() 149 void DatePickerColumnLayoutAlgorithm::ChangeTextStyle(uint32_t index, uint32_t showOptionCount, con… in ChangeTextStyle() function in OHOS::Ace::NG::DatePickerColumnLayoutAlgorithm
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_layout_algorithm.h | 38 void ChangeTextStyle(uint32_t index, uint32_t showOptionCount, const SizeF& size,
|
H A D | textpicker_layout_algorithm.cpp | 209 ChangeTextStyle(index, totalChild, size, child, layoutWrapper); in MeasureText() 213 void TextPickerLayoutAlgorithm::ChangeTextStyle(uint32_t index, uint32_t showOptionCount, const Siz… in ChangeTextStyle() function in OHOS::Ace::NG::TextPickerLayoutAlgorithm
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_column_pattern.h | 314 …void ChangeTextStyle(uint32_t index, uint32_t showOptionCount, const RefPtr<TextLayoutProperty>& t…
|
H A D | timepicker_column_pattern.cpp | 486 ChangeTextStyle(index, showOptionCount, textLayoutProperty, timePickerLayoutProperty); in FlushCurrentOptions() 601 void TimePickerColumnPattern::ChangeTextStyle(uint32_t index, uint32_t showOptionCount, in ChangeTextStyle() function in OHOS::Ace::NG::TimePickerColumnPattern
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/ |
H A D | text_picker_Extend_test_ng.cpp | 1602 …textPickerLayoutAlgorithm.ChangeTextStyle(index, showOptionCount, size, subLayoutWrapper, &layoutW… 1610 …textPickerLayoutAlgorithm.ChangeTextStyle(index, showOptionCount1, size, subLayoutWrapper, &layout…
|