Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Drender_stepper.h161 void UpdateRightButtonStatus(const std::string& status, const std::string& label);
H A Drender_stepper.cpp376 UpdateRightButtonStatus(stepperLabels_[currentIndex_].initialStatus, in UpdateButtonStatus()
380 void RenderStepper::UpdateRightButtonStatus(const std::string& status, const std::string& label) in UpdateRightButtonStatus() function in OHOS::Ace::RenderStepper
436 UpdateRightButtonStatus(status, label); in SetRightButtonStatus()