Home
last modified time | relevance | path

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

/foundation/windowmanager/wm/test/unittest/
Dwindow_effect_test.cpp49 ASSERT_EQ(WindowBlurLevel::WINDOW_BLUR_LOW, option->GetWindowBackgroundBlur());
51 ASSERT_EQ(WindowBlurLevel::WINDOW_BLUR_MEDIUM, option->GetWindowBackgroundBlur());
53 ASSERT_EQ(WindowBlurLevel::WINDOW_BLUR_HIGH, option->GetWindowBackgroundBlur());
55 ASSERT_EQ(WindowBlurLevel::WINDOW_BLUR_OFF, option->GetWindowBackgroundBlur());
88 ASSERT_EQ(WindowBlurLevel::WINDOW_BLUR_LOW, window->GetWindowBackgroundBlur());
131 ASSERT_EQ(WindowBlurLevel::WINDOW_BLUR_LOW, window->GetWindowBackgroundBlur());
171 ASSERT_EQ(WindowBlurLevel::WINDOW_BLUR_OFF, window->GetWindowBackgroundBlur());
/foundation/windowmanager/wmserver/src/
Dwindow_node.cpp200 WindowBlurLevel WindowNode::GetWindowBackgroundBlur() const in GetWindowBackgroundBlur() function in OHOS::Rosen::WindowNode
202 return property_->GetWindowBackgroundBlur(); in GetWindowBackgroundBlur()
/foundation/windowmanager/wm/test/systemtest/
Dwindow_effect_test.cpp70 ASSERT_EQ(WindowBlurLevel::WINDOW_BLUR_LOW, window->GetWindowBackgroundBlur());
/foundation/windowmanager/interfaces/innerkits/wm/
Dwindow_option.h60 WindowBlurLevel GetWindowBackgroundBlur() const;
Dwindow.h119 virtual WindowBlurLevel GetWindowBackgroundBlur() const = 0;
/foundation/windowmanager/wmserver/include/
Dwindow_node.h72 WindowBlurLevel GetWindowBackgroundBlur() const;
/foundation/windowmanager/wm/src/
Dwindow_option.cpp120 WindowBlurLevel WindowOption::GetWindowBackgroundBlur() const in GetWindowBackgroundBlur() function in OHOS::Rosen::WindowOption
Dwindow_impl.cpp54 property_->SetWindowBackgroundBlur(option->GetWindowBackgroundBlur()); in WindowImpl()
185 WindowBlurLevel WindowImpl::GetWindowBackgroundBlur() const in GetWindowBackgroundBlur() function in OHOS::Rosen::WindowImpl
187 return property_->GetWindowBackgroundBlur(); in GetWindowBackgroundBlur()
/foundation/windowmanager/utils/include/
Dwindow_property.h73 WindowBlurLevel GetWindowBackgroundBlur() const;
/foundation/windowmanager/utils/src/
Dwindow_property.cpp188 WindowBlurLevel WindowProperty::GetWindowBackgroundBlur() const in GetWindowBackgroundBlur() function in OHOS::Rosen::WindowProperty
/foundation/windowmanager/wm/include/
Dwindow_impl.h85 virtual WindowBlurLevel GetWindowBackgroundBlur() const override;