/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | _ark_u_i___native_dialog_a_p_i__1.md | 29 | int32_t(\* [setBackgroundColor](#setbackgroundcolor) )([ArkUI_NativeDialogHandle](_ark_u_i___nati… 267 ### setBackgroundColor subsection 270 int32_t(* ArkUI_NativeDialogAPI_1::setBackgroundColor) (ArkUI_NativeDialogHandle handle, uint32_t b… 285 setBackgroundColor方法需要在调用show方法之前调用。
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-window.md | 54 |废弃版本有变化|方法名 or 属性名:setBackgroundColor<br>废弃版本:N/A|方法名 or 属性名:setBackgroundColor<br>废弃版本:9<br>代替接口:… 55 |废弃版本有变化|方法名 or 属性名:setBackgroundColor<br>废弃版本:N/A|方法名 or 属性名:setBackgroundColor<br>废弃版本:9<br>代替接口:…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-window.md | 60 |废弃版本有变化|方法名 or 属性名:setBackgroundColor<br>废弃版本:N/A|方法名 or 属性名:setBackgroundColor<br>废弃版本:9<br>代替接口:… 61 |废弃版本有变化|方法名 or 属性名:setBackgroundColor<br>废弃版本:N/A|方法名 or 属性名:setBackgroundColor<br>废弃版本:9<br>代替接口:…
|
/ohos5.0/base/powermgr/power_manager/power_dialog/entry/src/main/ets/ServiceExtAbility/ |
H A D | ThermalHighDialogAbility.ts | 75 await thermalHighWin.setBackgroundColor(BG_COLOR);
|
H A D | ThermalLowDialogAbility.ts | 75 await thermalLowWin.setBackgroundColor(BG_COLOR);
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_dialog.h | 151 int32_t (*setBackgroundColor)(ArkUI_NativeDialogHandle handle, uint32_t backgroundColor); member
|
/ohos5.0/foundation/ability/ability_runtime/services/dialog_ui/ams_system_dialog/entry/src/main/ets/ServiceExtAbility/ |
H A D | JumpInterceptorServiceExtAbility.ts | 110 await win.setBackgroundColor('#00000000');
|
H A D | TipsServiceExtAbility.ts | 99 await win.setBackgroundColor('#00000000');
|
H A D | SelectorServiceExtAbility.ts | 253 await win.setBackgroundColor('#00000000'); 267 await win.setBackgroundColor('#00000000');
|
/ohos5.0/base/usb/usb_manager/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/ets/ServiceExtAbility/ |
H A D | UsbDialogAbility.ts | 107 await usbWin.setBackgroundColor(BG_COLOR);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-window.md | 16 | ohos.window | Window | setBackgroundColor(color: string): Promise\<void>;<br>setBackgroundColor(c…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-window.md | 54 …nged|Method or attribute name: setBackgroundColor<br>Deprecated version: N/A|Method or attribute n… 55 …nged|Method or attribute name: setBackgroundColor<br>Deprecated version: N/A|Method or attribute n…
|
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-window.md | 60 …nged|Method or attribute name: setBackgroundColor<br>Deprecated version: N/A|Method or attribute n… 61 …nged|Method or attribute name: setBackgroundColor<br>Deprecated version: N/A|Method or attribute n…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-window.md | 16 | ohos.window | Window | setBackgroundColor(color: string): Promise\<void>;<br>setBackgroundColor(c…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkDatePicker.ts | 150 getUINativeModule().datePicker.setBackgroundColor(node, this.value);
|
H A D | ArkToggle.ts | 244 getUINativeModule().toggle.setBackgroundColor(node, this.value);
|
H A D | ArkButton.ts | 172 getUINativeModule().button.setBackgroundColor(node, this.value);
|
H A D | ArkXComponent.ts | 538 getUINativeModule().xComponent.setBackgroundColor(node, this.value);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | _ark_u_i___native_dialog_a_p_i__1.md | 29 | int32_t(\* [setBackgroundColor](#setbackgroundcolor) )([ArkUI_NativeDialogHandle](_ark_u_i___nati… 244 ### setBackgroundColor subsection 247 int32_t(* ArkUI_NativeDialogAPI_1::setBackgroundColor) (ArkUI_NativeDialogHandle handle, uint32_t b…
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | dialog_model.cpp | 120 return impl->getDialogAPI()->setBackgroundColor(handle->controller, backgroundColor); in SetBackgroundColor()
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | ndk-build-pop-up-window.md | 80 dialogAPI->setBackgroundColor(dialogController, 0xffffffff);
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ndk-build-pop-up-window.md | 80 dialogAPI->setBackgroundColor(dialogController, 0xffffffff);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | jsUIContext.js | 1181 setBackgroundColor(color) { method in AtomicServiceBar 1183 this.ohos_atomicServiceBar.setBackgroundColor(color);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-window.md | 304 …本有变化|类名:Window;<br>方法or属性:setBackgroundColor(color: string): Promise\<void>;<br>旧版本信息:|类名:Window;<… 305 …dow;<br>方法or属性:setBackgroundColor(color: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/ |
H A D | render_node.ts | 465 getUINativeModule().renderNode.setBackgroundColor(this.nodePtr, this.backgroundColorValue);
|