Searched refs:systemBarType (Results 1 – 1 of 1) sorted by relevance
977 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() local2834 systemBarType, systemBarEnable, systemBarEnableAnimation] { in OnSetSpecificSystemBarEnabled()2841 auto property = window->GetSystemBarPropertyByType(systemBarType); in OnSetSpecificSystemBarEnabled()[all …]