Home
last modified time | relevance | path

Searched refs:SetSupportAnimation (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_model_ng.h52 void SetSupportAnimation(bool value) override;
96 static void SetSupportAnimation(FrameNode* frameNode, bool supportAnimation);
H A Dgrid_view.h45 static void SetSupportAnimation(bool value);
H A Dgrid_model_ng.cpp171 void GridModelNG::SetSupportAnimation(bool value) in SetSupportAnimation() function in OHOS::Ace::NG::GridModelNG
177 pattern->SetSupportAnimation(value); in SetSupportAnimation()
481 void GridModelNG::SetSupportAnimation(FrameNode* frameNode, bool supportAnimation) in SetSupportAnimation() function in OHOS::Ace::NG::GridModelNG
485 pattern->SetSupportAnimation(supportAnimation); in SetSupportAnimation()
H A Dgrid_model.h60 virtual void SetSupportAnimation(bool value) = 0;
H A Dgrid_pattern.h82 void SetSupportAnimation(bool supportAnimation) in SetSupportAnimation() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_scroller_event_test_ng.cpp648 model.SetSupportAnimation(true);
708 model.SetSupportAnimation(true);
882 model.SetSupportAnimation(true);
943 model.SetSupportAnimation(true);
1117 model.SetSupportAnimation(true);
1179 model.SetSupportAnimation(true);
1354 model.SetSupportAnimation(true);
1416 model.SetSupportAnimation(true);
H A Dgrid_common_test_ng.cpp478 model.SetSupportAnimation(true);
560 model.SetSupportAnimation(true);
643 model.SetSupportAnimation(false);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_grid.h49 static void SetSupportAnimation(bool supportAnimation);
H A Djs_grid.cpp379 JSClass<JSGrid>::StaticMethod("supportAnimation", &JSGrid::SetSupportAnimation, opt); in JSBind()
482 void JSGrid::SetSupportAnimation(bool supportAnimation) in SetSupportAnimation() function in OHOS::Ace::Framework::JSGrid
484 GridModel::GetInstance()->SetSupportAnimation(supportAnimation); in SetSupportAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgrid_model_impl.cpp201 void GridModelImpl::SetSupportAnimation(bool value) in SetSupportAnimation() function in OHOS::Ace::Framework::GridModelImpl
206 grid->SetSupportAnimation(value); in SetSupportAnimation()
H A Dgrid_model_impl.h46 void SetSupportAnimation(bool value) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_grid_bridge.h52 static ArkUINativeModuleValue SetSupportAnimation(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_grid_bridge.cpp540 ArkUINativeModuleValue GridBridge::SetSupportAnimation(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetSupportAnimation() function in OHOS::Ace::NG::GridBridge
H A Darkts_native_api_impl_bridge.cpp3317 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), GridBridge::SetSupportAnimation)); in RegisterGridAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_component.h248 void SetSupportAnimation(bool supportAnimation) in SetSupportAnimation() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dgrid_modifier.cpp271 GridModelNG::SetSupportAnimation(frameNode, supportAnimation); in SetGridSupportAnimation()
278 GridModelNG::SetSupportAnimation(frameNode, DEFAULT_SUPPORT_ANIMATION); in ResetGridSupportAnimation()