Searched refs:SetWindowBlur (Results 1 – 7 of 7) sorted by relevance
170 void SetWindowBlur(float progress, WindowBlurStyle blurStyle) override;
979 void ViewAbstractModelImpl::SetWindowBlur(float progress, WindowBlurStyle blurStyle) in SetWindowBlur() function in OHOS::Ace::Framework::ViewAbstractModelImpl
244 virtual void SetWindowBlur(float progress, WindowBlurStyle blurStyle) = 0;
855 void SetWindowBlur(float progress, WindowBlurStyle blurStyle) override {} in SetWindowBlur() function
519 static void SetWindowBlur(float progress, WindowBlurStyle blurStyle);
5050 SetWindowBlur(static_cast<float>(progress), static_cast<WindowBlurStyle>(style)); in JsWindowBlur()9214 void JSViewAbstract::SetWindowBlur(float progress, WindowBlurStyle blurStyle) in SetWindowBlur() function in OHOS::Ace::Framework::JSViewAbstract9216 ViewAbstractModel::GetInstance()->SetWindowBlur(progress, blurStyle); in SetWindowBlur()
884 ViewAbstractModel::GetInstance()->SetWindowBlur(progress, WINDOW_BLUR_STYLES[styleValue]); in FfiOHOSAceFrameworkViewAbstractSetWindowBlur()