Lines Matching defs:status
888 WLOGI("Window:%{public}u %{public}s set status bar content color %{public}u",
911 WMError WindowImpl::UpdateSystemBarProperty(bool status)
921 if (status) {
951 WMError WindowImpl::SetLayoutFullScreen(bool status)
953 WLOGI("Window %{public}u status: %{public}u", property_->GetWindowId(), status);
970 isIgnoreSafeArea_ = status;
974 uiContent_->SetIgnoreViewSafeArea(status);
978 if (status) {
994 enableImmersiveMode_ = status;
998 WMError WindowImpl::SetFullScreen(bool status)
1000 WLOGI("Window %{public}u status: %{public}d", property_->GetWindowId(), status);
1006 WMError ret = UpdateSystemBarProperty(status);
1011 ret = SetLayoutFullScreen(status);
1021 WLOGFI("id:%{public}d SetFloatingMaximize status: %{public}d", property_->GetWindowId(), isEnter);
3670 WLOGFD("window active status: %{public}d, id: %{public}u", isActive, property_->GetWindowId());