/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
H A D | radio_modifier.h | 71 … 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 D | radio_paint_method.cpp | 128 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 D | ohos-arkui-advanced-ComposeListItem.md | 118 | isCheck | boolean | 否 | 右侧Switch/CheckBox/Radio选中状态。<br> isCheck默认值为false。<br> isCheck为true时,表示为选…
|
H A D | ts-universal-attributes-accessibility.md | 165 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 D | render_checkbox.h | 95 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 D | selectorPcDialog.ets | 53 @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 D | ComposeListItem.ets | 219 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 D | TargetListItem.ets | 104 .onChange((isCheck: boolean) => { 105 this.selectArr[ this.index ] = isCheck;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | radio_modifier.cpp | 35 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 D | composelistitem.js | 362 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 D | composelistitem.ets | 75 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 D | arkts_native_radio_bridge.cpp | 57 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 D | ts-composite-components-composelistitem.md | 100 | isCheck | boolean | 否 | 右侧元素-右侧Switch/CheckBox/Radio选中状态。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-arkui-advanced-ComposeListItem.md | 118 | 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 D | composelistitem.js | 754 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 D | cjui_api.h | 2712 void (*setRadioChecked)(ArkUINodeHandle node, ArkUI_Bool isCheck);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 4491 void (*setRadioChecked)(ArkUINodeHandle node, ArkUI_Bool isCheck);
|