Home
last modified time | relevance | path

Searched defs:rightLabel (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_item_model_ng.cpp39 void StepperItemModelNG::SetNextLabel(const std::string& rightLabel) in SetNextLabel()
59 void StepperItemModelNG::SetNextLabel(FrameNode* frameNode, const std::string& rightLabel) in SetNextLabel()
H A Dstepper_pattern.cpp272 auto rightLabel = in CreateArrowRightButtonNode() local
381 auto rightLabel = in CreateArrowlessRightButtonNode() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dstepper_item_model_impl.cpp66 void StepperItemModelImpl::SetNextLabel(const std::string& rightLabel) in SetNextLabel()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dstepper_item_modifier.cpp27 std::string rightLabel = value; in SetNextLabel() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_item_component.h28 std::string rightLabel; member
H A Drender_stepper.cpp398 std::string rightLabel = stepperLabels_[currentIndex_].rightLabel; in LoadDefaultButtonStatus() local