Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_component.cpp44 void StepperComponent::SetStepperLabels(const std::vector<StepperLabels>& stepperLabels) in SetStepperLabels() argument
46 if (stepperLabels.empty()) { in SetStepperLabels()
50 stepperLabels_ = stepperLabels; in SetStepperLabels()
H A Dstepper_component.h57 void SetStepperLabels(const std::vector<StepperLabels>& stepperLabels);