Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_layout_algorithm.cpp132 auto ButtonRow = leftButtonWrapper->GetChildByIndex(0); in MeasureLeftButton() local
133 CHECK_NULL_VOID(ButtonRow); in MeasureLeftButton()
134 auto ButtonText = ButtonRow->GetChildByIndex(1); in MeasureLeftButton()
173 auto ButtonRow = rightButtonWrapper->GetChildByIndex(0); in MeasureRightButton() local
174 CHECK_NULL_VOID(ButtonRow); in MeasureRightButton()
175 auto ButtonText = ButtonRow->GetChildByIndex(0); in MeasureRightButton()
177 …auto textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(ButtonRow->GetLayoutProperty()); in MeasureRightButton()