Searched refs:startWindowBackgroundColor (Results 1 – 6 of 6) sorted by relevance
95 std::string startWindowBackgroundColor; in UnwrapStartWindowOption() local97 …UnwrapStringByPropertyName(env, param, "startWindowBackgroundColor", startWindowBackgroundColor)) { in UnwrapStartWindowOption()101 option->startWindowBackgroundColor = startWindowBackgroundColor; in UnwrapStartWindowOption()103 if (!startWindowBackgroundColor.empty()) { in UnwrapStartWindowOption()
28 startWindowBackgroundColor = parcel.ReadString(); in ReadFromParcel()57 if (!parcel.WriteString(startWindowBackgroundColor)) { in Marshalling()
36 std::string startWindowBackgroundColor; variable
33 | startWindowBackgroundColor<sup>14+</sup> | string | 否 | 是 | 在应用内启动UIAbility时,启动页所显示的背景颜色。如果未配置该字…63 startWindowBackgroundColor: '#00000000',
33 | startWindowBackgroundColor<sup>14+</sup> | string | No| Yes| Background color of the launch page…63 startWindowBackgroundColor: '#00000000',
402 if (!sessionInfo.startWindowOption->startWindowBackgroundColor.empty()) { in UpdateStartingWindowProperty()403 Color::ParseColorString(sessionInfo.startWindowOption->startWindowBackgroundColor, color); in UpdateStartingWindowProperty()