Home
last modified time | relevance | path

Searched refs:SetWindowBlur (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h170 void SetWindowBlur(float progress, WindowBlurStyle blurStyle) override;
H A Dview_abstract_model_impl.cpp979 void ViewAbstractModelImpl::SetWindowBlur(float progress, WindowBlurStyle blurStyle) in SetWindowBlur() function in OHOS::Ace::Framework::ViewAbstractModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model.h244 virtual void SetWindowBlur(float progress, WindowBlurStyle blurStyle) = 0;
H A Dview_abstract_model_ng.h855 void SetWindowBlur(float progress, WindowBlurStyle blurStyle) override {} in SetWindowBlur() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.h519 static void SetWindowBlur(float progress, WindowBlurStyle blurStyle);
H A Djs_view_abstract.cpp5050 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::JSViewAbstract
9216 ViewAbstractModel::GetInstance()->SetWindowBlur(progress, blurStyle); in SetWindowBlur()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.cpp884 ViewAbstractModel::GetInstance()->SetWindowBlur(progress, WINDOW_BLUR_STYLES[styleValue]); in FfiOHOSAceFrameworkViewAbstractSetWindowBlur()