Home
last modified time | relevance | path

Searched refs:SetRenderGroup (Results 1 - 13 of 13) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h253 static void SetRenderGroup(bool isRenderGroup);
535 static void SetRenderGroup(FrameNode* frameNode, bool isRenderGroup);
H A Dview_abstract_model.h208 virtual void SetRenderGroup(bool isRenderGroup) = 0;
H A Dview_abstract_model_ng.h713 void SetRenderGroup(bool isRenderGroup) override
715 ViewAbstract::SetRenderGroup(isRenderGroup);
H A Dview_abstract.cpp2788 void ViewAbstract::SetRenderGroup(bool isRenderGroup) in SetRenderGroup() function in OHOS::Ace::NG::ViewAbstract
3073 void ViewAbstract::SetRenderGroup(FrameNode* frameNode, bool isRenderGroup) in SetRenderGroup() function in OHOS::Ace::NG::ViewAbstract
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h140 void SetRenderGroup(bool isRenderGroup) override {}
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.h129 static ArkUINativeModuleValue SetRenderGroup(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_common_bridge.cpp3542 ArkUINativeModuleValue CommonBridge::SetRenderGroup(ArkUIRuntimeCallInfo *runtimeCallInfo) in SetRenderGroup() function in OHOS::Ace::NG::CommonBridge
H A Darkts_native_api_impl_bridge.cpp635 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonBridge::SetRenderGroup)); in GetArkUINativeModule()
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng_new.cpp275 ViewAbstract::SetRenderGroup(false); in HWTEST_F()
276 ViewAbstract::SetRenderGroup(nullptr, false); in HWTEST_F()
H A Dview_abstract_test_ng.cpp1094 ViewAbstract::SetRenderGroup(false); in HWTEST_F()
1140 ViewAbstract::SetRenderGroup(false); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp2509 void SetRenderGroup(ArkUINodeHandle node, ArkUI_Bool isRenderGroup) in SetRenderGroup() function
2513 ViewAbstract::SetRenderGroup(frameNode, isRenderGroup); in SetRenderGroup()
2520 ViewAbstract::SetRenderGroup(frameNode, false); in ResetRenderGroup()
6215 SetLightUpEffect, ResetLightUpEffect, SetSphericalEffect, ResetSphericalEffect, SetRenderGroup, in GetCommonModifier()
6289 SetLightUpEffect, ResetLightUpEffect, SetSphericalEffect, ResetSphericalEffect, SetRenderGroup, in GetCJUICommonModifier()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp3608 int32_t SetRenderGroup(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetRenderGroup() function
12742 SetRenderGroup, in SetCommonAttribute()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp10203 ViewAbstractModel::GetInstance()->SetRenderGroup(isRenderGroup); in JSRenderGroup()

Completed in 107 milliseconds