Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp977 for (auto [systemBarType, systemBarPropertyFlag] : systemBarPropertyFlags) { in UpdateSystemBarProperties()
978 auto property = window->GetSystemBarPropertyByType(systemBarType); in UpdateSystemBarProperties()
980 systemBarProperties.at(systemBarType).enable_ : property.enable_; in UpdateSystemBarProperties()
982 systemBarProperties.at(systemBarType).backgroundColor_ : property.backgroundColor_; in UpdateSystemBarProperties()
984 systemBarProperties.at(systemBarType).contentColor_ : property.contentColor_; in UpdateSystemBarProperties()
986 systemBarProperties.at(systemBarType).enableAnimation_ : property.enableAnimation_; in UpdateSystemBarProperties()
1001 auto err = window->SetSystemBarProperty(systemBarType, property); in UpdateSystemBarProperties()
2822 auto systemBarType = name.compare("status") == 0 ? WindowType::WINDOW_TYPE_STATUS_BAR : in OnSetSpecificSystemBarEnabled() local
2834 systemBarType, systemBarEnable, systemBarEnableAnimation] { in OnSetSpecificSystemBarEnabled()
2841 auto property = window->GetSystemBarPropertyByType(systemBarType); in OnSetSpecificSystemBarEnabled()
[all …]