Home
last modified time | relevance | path

Searched refs:ButtonIndex (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.cpp325 auto ButtonIndex = hostNode->GetChildIndexById(buttonId); in CaluateButtonHeight() local
326 CHECK_NULL_RETURN(ButtonIndex, 0.0f); in CaluateButtonHeight()
327 auto ButtonWrapper = layoutWrapper->GetOrCreateChildByIndex(ButtonIndex); in CaluateButtonHeight()