Searched refs:GetWindowBackgroundBlur (Results 1 – 11 of 11) sorted by relevance
49 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());
200 WindowBlurLevel WindowNode::GetWindowBackgroundBlur() const in GetWindowBackgroundBlur() function in OHOS::Rosen::WindowNode202 return property_->GetWindowBackgroundBlur(); in GetWindowBackgroundBlur()
70 ASSERT_EQ(WindowBlurLevel::WINDOW_BLUR_LOW, window->GetWindowBackgroundBlur());
60 WindowBlurLevel GetWindowBackgroundBlur() const;
119 virtual WindowBlurLevel GetWindowBackgroundBlur() const = 0;
72 WindowBlurLevel GetWindowBackgroundBlur() const;
120 WindowBlurLevel WindowOption::GetWindowBackgroundBlur() const in GetWindowBackgroundBlur() function in OHOS::Rosen::WindowOption
54 property_->SetWindowBackgroundBlur(option->GetWindowBackgroundBlur()); in WindowImpl()185 WindowBlurLevel WindowImpl::GetWindowBackgroundBlur() const in GetWindowBackgroundBlur() function in OHOS::Rosen::WindowImpl187 return property_->GetWindowBackgroundBlur(); in GetWindowBackgroundBlur()
73 WindowBlurLevel GetWindowBackgroundBlur() const;
188 WindowBlurLevel WindowProperty::GetWindowBackgroundBlur() const in GetWindowBackgroundBlur() function in OHOS::Rosen::WindowProperty
85 virtual WindowBlurLevel GetWindowBackgroundBlur() const override;