Home
last modified time | relevance | path

Searched refs:startWindowBackgroundColor (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_start_options.cpp95 std::string startWindowBackgroundColor; in UnwrapStartWindowOption() local
97 …UnwrapStringByPropertyName(env, param, "startWindowBackgroundColor", startWindowBackgroundColor)) { in UnwrapStartWindowOption()
101 option->startWindowBackgroundColor = startWindowBackgroundColor; in UnwrapStartWindowOption()
103 if (!startWindowBackgroundColor.empty()) { in UnwrapStartWindowOption()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dstart_window_option.cpp28 startWindowBackgroundColor = parcel.ReadString(); in ReadFromParcel()
57 if (!parcel.WriteString(startWindowBackgroundColor)) { in Marshalling()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dstart_window_option.h36 std::string startWindowBackgroundColor; variable
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-app-ability-startOptions.md33 | startWindowBackgroundColor<sup>14+</sup> | string | 否 | 是 | 在应用内启动UIAbility时,启动页所显示的背景颜色。如果未配置该字…
63 startWindowBackgroundColor: '#00000000',
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-app-ability-startOptions.md33 | startWindowBackgroundColor<sup>14+</sup> | string | No| Yes| Background color of the launch page…
63 startWindowBackgroundColor: '#00000000',
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_pattern.cpp402 if (!sessionInfo.startWindowOption->startWindowBackgroundColor.empty()) { in UpdateStartingWindowProperty()
403 Color::ParseColorString(sessionInfo.startWindowOption->startWindowBackgroundColor, color); in UpdateStartingWindowProperty()