Home
last modified time | relevance | path

Searched defs:leftLabel (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.cpp34 void StepperItemModelNG::SetPrevLabel(const std::string& leftLabel) in SetPrevLabel()
69 void StepperItemModelNG::SetPrevLabel(FrameNode* frameNode, const std::string& leftLabel) in SetPrevLabel()
H A Dstepper_pattern.cpp218 auto leftLabel = stepperItemLayoutProperty->GetLeftLabel().value_or(buttonBackText); in UpdateLeftButtonNode() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dstepper_item_model_impl.cpp54 void StepperItemModelImpl::SetPrevLabel(const std::string& leftLabel) in SetPrevLabel()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dstepper_item_modifier.cpp42 std::string leftLabel = value; in SetPrevLabel() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_item_component.h27 std::string leftLabel; member
H A Drender_stepper.cpp397 std::string leftLabel = stepperLabels_[currentIndex_].leftLabel; in LoadDefaultButtonStatus() local