Home
last modified time | relevance | path

Searched refs:isCheck (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_modifier.h71 … bool isCheck, const AnimationOption& delayOption, const AnimationOption& halfDurationOption);
72 void UpdateIsOnAnimatableProperty(bool isCheck);
73 void UpdateIndicatorAnimation(bool isCheck);
112 void SetIsCheck(bool isCheck) in SetIsCheck() argument
115 isCheck_->Set(isCheck); in SetIsCheck()
141 void InitOpacityScale(bool isCheck) in InitOpacityScale() argument
144 opacityScale_->Set(isCheck ? 1.0f : 0); in InitOpacityScale()
147 borderOpacityScale_->Set(isCheck ? 0 : 1.0f); in InitOpacityScale()
H A Dradio_paint_method.cpp128 bool isCheck, const AnimationOption& delayOption, const AnimationOption& halfDurationOption) in UpdateTotalScaleOnAnimatable() argument
136 void RadioModifier::UpdateIsOnAnimatableProperty(bool isCheck) in UpdateIsOnAnimatableProperty() argument
164 [isCheck, weakUiStatus = AceType::WeakClaim(AceType::RawPtr(uiStatus_))]() { in UpdateIsOnAnimatableProperty()
167 … uiStatus->Set(static_cast<int32_t>(isCheck ? UIStatus::SELECTED : UIStatus::UNSELECTED)); in UpdateIsOnAnimatableProperty()
176 void RadioModifier::UpdateIndicatorAnimation(bool isCheck) in UpdateIndicatorAnimation() argument
187 if (isCheck) { in UpdateIndicatorAnimation()
204 UpdateTotalScaleOnAnimatable(isCheck, delayOption, halfDurationOption); in UpdateIndicatorAnimation()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-ComposeListItem.md118 | isCheck | boolean | 否 | 右侧Switch/CheckBox/Radio选中状态。<br> isCheck默认值为false。<br> isCheck为true时,表示为选…
H A Dts-universal-attributes-accessibility.md165 accessibilityChecked(isCheck: boolean)
179 | isCheck | boolean | 是 | 用于表示组件是否被选中。<br/>支持的值为:<br/>true:当前组件被选中。<br/>false:当前组件未被选中。<br/>undef…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_checkbox.h95 bool isCheck = component_->GetValue(); in UpdateUIStatus() local
96 uiStatus_ = isCheck ? UIStatus::SELECTED : in UpdateUIStatus()
/ohos5.0/foundation/ability/ability_runtime/services/dialog_ui/ams_system_dialog/entry/src/main/ets/pages/
H A DselectorPcDialog.ets53 @State public isCheck: boolean = false;
332 this.isCheck = true;
428 this.isCheck = true;
471 if (this.isCheck) {
472 …($r('app.string.message_sure_selector'), { type: ButtonType.Capsule, stateEffect : this.isCheck})
483 …($r('app.string.message_sure_selector'), { type: ButtonType.Capsule, stateEffect : this.isCheck})
/ohos5.0/foundation/arkui/advanced_ui_component/source/ComposeListItem/
H A DComposeListItem.ets219 this.switchState = this.switch.isCheck
222 this.radioState = this.radio.isCheck
225 this.checkBoxState = this.checkBox.isCheck
405 isCheck?: boolean,
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/entryability/candidateWifiModel/view/
H A DTargetListItem.ets104 .onChange((isCheck: boolean) => {
105 this.selectArr[ this.index ] = isCheck;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dradio_modifier.cpp35 void SetRadioChecked(ArkUINodeHandle node, ArkUI_Bool isCheck) in SetRadioChecked() argument
39 RadioModelNG::SetChecked(frameNode, isCheck); in SetRadioChecked()
/ohos5.0/foundation/arkui/advanced_ui_component/interface/composelistitem/
H A Dcomposelistitem.js362 null != this.switch && (this.switchState = this.switch.isCheck);
363 null != this.radio && (this.radioState = this.radio.isCheck);
364 null != this.checkBox && (this.checkBoxState = this.checkBox.isCheck);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/source/
H A Dcomposelistitem.ets75 public isCheck?: boolean;
301 this.switchState = this.switch.isCheck as boolean;
304 this.radioState = this.radio.isCheck as boolean;
307 this.checkBoxState = this.checkBox.isCheck as boolean;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_radio_bridge.cpp57 bool isCheck = secondArg->ToBoolean(vm)->Value(); in SetRadioChecked() local
58 GetArkUINodeModifiers()->getRadioModifier()->setRadioChecked(nativeNode, isCheck); in SetRadioChecked()
/ohos5.0/foundation/arkui/advanced_ui_component/doc/
H A Dts-composite-components-composelistitem.md100 | isCheck | boolean | 否 | 右侧元素-右侧Switch/CheckBox/Radio选中状态。 |
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-ComposeListItem.md118 | isCheck | boolean | No| Whether the switch, check box, or radio button on the right is selected.<…
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
H A Dcomposelistitem.js754 this.switchState = this.switch.isCheck;
757 this.radioState = this.radio.isCheck;
760 this.checkBoxState = this.checkBox.isCheck;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h2712 void (*setRadioChecked)(ArkUINodeHandle node, ArkUI_Bool isCheck);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h4491 void (*setRadioChecked)(ArkUINodeHandle node, ArkUI_Bool isCheck);