Home
last modified time | relevance | path

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 Dtimepicker_column_layout_algorithm.cpp120 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 Ddatepicker_column_layout_algorithm.cpp142 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 Dtextpicker_layout_algorithm.cpp206 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()