Home
last modified time | relevance | path

Searched refs:createWithLabel (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_model_ng.h57 void SetCreateWithLabel(bool createWithLabel) override;
87 static void SetCreateWithLabel(FrameNode* frameNode, bool createWithLabel);
H A Dbutton_model_ng.cpp617 void ButtonModelNG::SetCreateWithLabel(bool createWithLabel) in SetCreateWithLabel() argument
619 ACE_UPDATE_LAYOUT_PROPERTY(ButtonLayoutProperty, CreateWithLabel, createWithLabel); in SetCreateWithLabel()
622 void ButtonModelNG::SetCreateWithLabel(FrameNode* frameNode, bool createWithLabel) in SetCreateWithLabel() argument
629 property->UpdateCreateWithLabel(createWithLabel); in SetCreateWithLabel()
/ohos5.0/foundation/arkui/advanced_ui_component/interface/arkdialog/
H A Darkdialog.js293 Button.createWithLabel(this.primaryButton.value);
379 Button.createWithLabel(this.secondaryButton.value);
803 Button.createWithLabel(this.confirm.value);
1098 Button.createWithLabel(this.primaryButton.value);
1184 Button.createWithLabel(this.secondaryButton.value);
1351 Button.createWithLabel(this.primaryButton.value);
1437 Button.createWithLabel(this.secondaryButton.value);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/counter/interfaces/
H A Dcounter.js1659 … Button.createWithLabel({ type: ButtonType.Circle, stateEffect: this.subBtnStateEffect });
1792 … Button.createWithLabel({ type: ButtonType.Circle, stateEffect: this.addBtnStateEffect });
1904 … Button.createWithLabel({ type: ButtonType.Circle, stateEffect: this.subBtnStateEffect });
2034 … Button.createWithLabel({ type: ButtonType.Circle, stateEffect: this.addBtnStateEffect });
2484 … Button.createWithLabel({ type: ButtonType.Normal, stateEffect: this.addBtnStateEffect });
2560 … Button.createWithLabel({ type: ButtonType.Normal, stateEffect: this.subBtnStateEffect });
3072 … Button.createWithLabel({ type: ButtonType.Normal, stateEffect: this.addBtnStateEffect });
3147 … Button.createWithLabel({ type: ButtonType.Normal, stateEffect: this.subBtnStateEffect });
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dbutton_modifier.cpp631 void SetCreateWithLabel(ArkUINodeHandle node, bool createWithLabel) in SetCreateWithLabel() argument
635 ButtonModelNG::SetCreateWithLabel(frameNode, createWithLabel); in SetCreateWithLabel()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_button_bridge.cpp88 bool createWithLabel = false; in SetCreateWithLabel() local
90 createWithLabel = secondArg->ToBoolean(vm)->Value(); in SetCreateWithLabel()
92 GetArkUINodeModifiers()->getButtonModifier()->setCreateWithLabel(nativeNode, createWithLabel); in SetCreateWithLabel()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/
H A Ddialog.js3471 Button.createWithLabel(buttonOptions.value);
3486 Button.createWithLabel(buttonOptions.value);
3502 Button.createWithLabel(buttonOptions.value);
3517 Button.createWithLabel(buttonOptions.value);
/ohos5.0/foundation/arkui/advanced_ui_component/interface/composelistitem/
H A Dcomposelistitem.js371 Button.createWithLabel(e);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
H A Deditabletitlebar.js1055 Button.createWithLabel({ type: ButtonType.Circle });
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h698 void (*setCreateWithLabel)(ArkUINodeHandle node, bool createWithLabel);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h2224 void (*setCreateWithLabel)(ArkUINodeHandle node, bool createWithLabel);