Searched refs:navProperty (Results 1 - 2 of 2) sorted by relevance
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_utils.cpp | 609 auto navProperty = window->GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_NAVIGATION_BAR);
in GetSystemBarStatus() local 612 navProperty.enable_ = false;
in GetSystemBarStatus() 615 systemBarProperties[WindowType::WINDOW_TYPE_NAVIGATION_BAR] = navProperty;
in GetSystemBarStatus() 850 auto navProperty = properties[WindowType::WINDOW_TYPE_NAVIGATION_BAR];
in SetWindowNavigationBarContentColor() local 857 jsObject, "navigationBarContentColor", navProperty.contentColor_,
in SetWindowNavigationBarContentColor() 900 auto navProperty = window->GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_NAVIGATION_BAR);
in SetSystemBarPropertiesFromJs() local 902 properties[WindowType::WINDOW_TYPE_NAVIGATION_BAR] = navProperty;
in SetSystemBarPropertiesFromJs() 908 jsObject, "navigationBarColor", navProperty.backgroundColor_,
in SetSystemBarPropertiesFromJs()
|
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_impl.cpp | 1002 auto navProperty = nativeWindow->GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_NAVIGATION_BAR); in SetBarPropertyMap() local 1004 properties[WindowType::WINDOW_TYPE_NAVIGATION_BAR] = navProperty; in SetBarPropertyMap() 1010 GetColorFromJs(cProperties.navigationBarColor, navProperty.backgroundColor_, in SetBarPropertyMap() 1026 GetColorFromJs(cProperties.navigationBarContentColor, navProperty.contentColor_, in SetBarPropertyMap() 1068 auto navProperty = windowToken_->GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_NAVIGATION_BAR); in SetWindowSystemBarEnable() local 1070 navProperty.enable_ = false; in SetWindowSystemBarEnable() 1072 systemBarProperties[WindowType::WINDOW_TYPE_NAVIGATION_BAR] = navProperty; in SetWindowSystemBarEnable()
|
Completed in 4 milliseconds