Home
last modified time | relevance | path

Searched refs:setBackgroundColor (Results 1 – 25 of 39) sorted by relevance

12

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A D_ark_u_i___native_dialog_a_p_i__1.md29 | 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 Djs-apidiff-window.md54 |废弃版本有变化|方法名 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 Djs-apidiff-window.md60 |废弃版本有变化|方法名 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 DThermalHighDialogAbility.ts75 await thermalHighWin.setBackgroundColor(BG_COLOR);
H A DThermalLowDialogAbility.ts75 await thermalLowWin.setBackgroundColor(BG_COLOR);
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_dialog.h151 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 DJumpInterceptorServiceExtAbility.ts110 await win.setBackgroundColor('#00000000');
H A DTipsServiceExtAbility.ts99 await win.setBackgroundColor('#00000000');
H A DSelectorServiceExtAbility.ts253 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 DUsbDialogAbility.ts107 await usbWin.setBackgroundColor(BG_COLOR);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-window.md16 | ohos.window | Window | setBackgroundColor(color: string): Promise\<void>;<br>setBackgroundColor(c…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-window.md54 …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 Djs-apidiff-window.md60 …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 Djs-apidiff-window.md16 | 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 DArkDatePicker.ts150 getUINativeModule().datePicker.setBackgroundColor(node, this.value);
H A DArkToggle.ts244 getUINativeModule().toggle.setBackgroundColor(node, this.value);
H A DArkButton.ts172 getUINativeModule().button.setBackgroundColor(node, this.value);
H A DArkXComponent.ts538 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.md29 | 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 Ddialog_model.cpp120 return impl->getDialogAPI()->setBackgroundColor(handle->controller, backgroundColor); in SetBackgroundColor()
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dndk-build-pop-up-window.md80 dialogAPI->setBackgroundColor(dialogController, 0xffffffff);
/ohos5.0/docs/en/application-dev/ui/
H A Dndk-build-pop-up-window.md80 dialogAPI->setBackgroundColor(dialogController, 0xffffffff);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsUIContext.js1181 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 Djs-apidiff-window.md304 …本有变化|类名: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 Drender_node.ts465 getUINativeModule().renderNode.setBackgroundColor(this.nodePtr, this.backgroundColorValue);

12