Searched refs:SetForegroundEffect (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.h | 141 static void SetForegroundEffect(float radius); 590 static void SetForegroundEffect(FrameNode* frameNode, float radius);
|
H A D | view_abstract_model_ng.h | 1315 void SetForegroundEffect(float radius) override in SetForegroundEffect() function 1317 ViewAbstract::SetForegroundEffect(radius); in SetForegroundEffect()
|
H A D | view_abstract_model.h | 89 virtual void SetForegroundEffect(float radius) {} in SetForegroundEffect() function
|
H A D | view_abstract.cpp | 308 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 D | arkts_native_common_bridge.h | 209 static ArkUINativeModuleValue SetForegroundEffect(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_common_bridge.cpp | 4955 ArkUINativeModuleValue CommonBridge::SetForegroundEffect(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetForegroundEffect() function in OHOS::Ace::NG::CommonBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 803 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonBridge::SetForegroundEffect)); in GetArkUINativeModule()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng_new.cpp | 1758 ViewAbstract::SetForegroundEffect(1.1f); 1767 ViewAbstract::SetForegroundEffect(1.1f);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 3453 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 D | js_view_abstract.cpp | 3037 ViewAbstractModel::GetInstance()->SetForegroundEffect(radius); in JsForegroundEffect()
|