Home
last modified time | relevance | path

Searched refs:SetForegroundEffect (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h141 static void SetForegroundEffect(float radius);
590 static void SetForegroundEffect(FrameNode* frameNode, float radius);
H A Dview_abstract_model_ng.h1315 void SetForegroundEffect(float radius) override in SetForegroundEffect() function
1317 ViewAbstract::SetForegroundEffect(radius); in SetForegroundEffect()
H A Dview_abstract_model.h89 virtual void SetForegroundEffect(float radius) {} in SetForegroundEffect() function
H A Dview_abstract.cpp308 void ViewAbstract::SetForegroundEffect(float radius) in SetForegroundEffect() function in OHOS::Ace::NG::ViewAbstract
3649 void ViewAbstract::SetForegroundEffect(FrameNode* frameNode, float radius) in SetForegroundEffect() function in OHOS::Ace::NG::ViewAbstract
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.h209 static ArkUINativeModuleValue SetForegroundEffect(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_common_bridge.cpp4955 ArkUINativeModuleValue CommonBridge::SetForegroundEffect(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetForegroundEffect() function in OHOS::Ace::NG::CommonBridge
H A Darkts_native_api_impl_bridge.cpp803 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonBridge::SetForegroundEffect)); in GetArkUINativeModule()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng_new.cpp1758 ViewAbstract::SetForegroundEffect(1.1f);
1767 ViewAbstract::SetForegroundEffect(1.1f);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp3453 void SetForegroundEffect(ArkUINodeHandle node, ArkUI_Float32 radius) in SetForegroundEffect() function
3458 ViewAbstract::SetForegroundEffect(frameNode, static_cast<float>(radius)); in SetForegroundEffect()
3465 ViewAbstract::SetForegroundEffect(frameNode, 0.0f); in ResetForegroundEffect()
6288 … ResetObscured, SetResponseRegion, ResetResponseRegion, SetForegroundEffect, ResetForegroundEffect, in GetCommonModifier()
6362 … ResetObscured, SetResponseRegion, ResetResponseRegion, SetForegroundEffect, ResetForegroundEffect, in GetCJUICommonModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp3037 ViewAbstractModel::GetInstance()->SetForegroundEffect(radius); in JsForegroundEffect()