Searched refs:totalChild (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_column_layout_algorithm.cpp | 120 auto totalChild = layoutWrapper->GetTotalChildCount(); in MeasureText() local 121 for (int32_t index = 0; index < totalChild; index++) { in MeasureText() 123 ChangeAmPmTextStyle(index, totalChild, size, child, layoutWrapper); in MeasureText()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_column_layout_algorithm.cpp | 142 auto totalChild = layoutWrapper->GetTotalChildCount(); in MeasureText() local 143 for (int32_t index = 0; index < totalChild; index++) { in MeasureText() 145 ChangeTextStyle(index, totalChild, size, child, layoutWrapper); in MeasureText()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_layout_algorithm.cpp | 206 auto totalChild = layoutWrapper->GetTotalChildCount(); in MeasureText() local 207 for (int32_t index = 0; index < totalChild; index++) { in MeasureText() 209 ChangeTextStyle(index, totalChild, size, child, layoutWrapper); in MeasureText()
|