Lines Matching defs:property
350 WMError WindowImpl::SetSystemBarProperty(WindowType type, const SystemBarProperty& property)
352 return SetSpecificBarProperty(type, property);
355 WMError WindowImpl::SetSpecificBarProperty(WindowType type, const SystemBarProperty& property)
358 GetWindowId(), static_cast<uint32_t>(type), property.enable_,
359 property.backgroundColor_, property.contentColor_);
361 if (GetSystemBarPropertyByType(type) == property) {
366 sysBarPropMap_[type] = property;
368 NotifySystemBarChange(type, property);
859 void WindowImpl::NotifySystemBarChange(WindowType type, const SystemBarProperty& property)
865 listener->OnSetSpecificBarProperty(type, property);