Searched refs:cProperties (Results 1 - 3 of 3) sorted by relevance
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_ffi.cpp | 755 CBarProperties cProperties; in FFiOHOSWindowSetWindowSystemBarProperties() local 756 cProperties.statusBarColor = properties.statusBarColor; in FFiOHOSWindowSetWindowSystemBarProperties() 757 cProperties.isStatusBarLightIcon = properties.isStatusBarLightIcon; in FFiOHOSWindowSetWindowSystemBarProperties() 758 cProperties.statusBarContentColor = properties.statusBarContentColor; in FFiOHOSWindowSetWindowSystemBarProperties() 759 cProperties.navigationBarColor = properties.navigationBarColor; in FFiOHOSWindowSetWindowSystemBarProperties() 760 cProperties.navigationBarContentColor = properties.navigationBarContentColor; in FFiOHOSWindowSetWindowSystemBarProperties() 761 cProperties.isNavigationBarLightIcon = properties.isNavigationBarLightIcon; in FFiOHOSWindowSetWindowSystemBarProperties() 762 int32_t res = instance->SetWindowSystemBarProperties(cProperties); in FFiOHOSWindowSetWindowSystemBarProperties()
|
H A D | window_impl.cpp | 998 const CBarProperties& cProperties, in SetBarPropertyMap() 1007 properties[WindowType::WINDOW_TYPE_STATUS_BAR].backgroundColor_ = GetColorFromJs(cProperties.statusBarColor, in SetBarPropertyMap() 1010 GetColorFromJs(cProperties.navigationBarColor, navProperty.backgroundColor_, in SetBarPropertyMap() 1012 if (!cProperties.statusBarContentColor.empty()) { in SetBarPropertyMap() 1014 GetColorFromJs(cProperties.statusBarContentColor, statusProperty.contentColor_, in SetBarPropertyMap() 1017 if (cProperties.isStatusBarLightIcon) { in SetBarPropertyMap() 1024 if (!cProperties.navigationBarContentColor.empty()) { in SetBarPropertyMap() 1026 GetColorFromJs(cProperties.navigationBarContentColor, navProperty.contentColor_, in SetBarPropertyMap() 1029 if (cProperties.isNavigationBarLightIcon) { in SetBarPropertyMap() 1038 int32_t CJWindowImpl::SetWindowSystemBarProperties(const CBarProperties& cProperties) in SetWindowSystemBarProperties() argument 995 SetBarPropertyMap( std::map<WindowType, SystemBarProperty>& properties, std::map<WindowType, SystemBarPropertyFlag>& propertyFlags, const CBarProperties& cProperties, sptr<Window> nativeWindow) SetBarPropertyMap() argument [all...] |
H A D | window_impl.h | 102 int32_t SetWindowSystemBarProperties(const CBarProperties& cProperties);
|
Completed in 5 milliseconds