/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_model_ng.h | 52 void SetSupportAnimation(bool value) override; 96 static void SetSupportAnimation(FrameNode* frameNode, bool supportAnimation);
|
H A D | grid_view.h | 45 static void SetSupportAnimation(bool value);
|
H A D | grid_model_ng.cpp | 171 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 D | grid_model.h | 60 virtual void SetSupportAnimation(bool value) = 0;
|
H A D | grid_pattern.h | 82 void SetSupportAnimation(bool supportAnimation) in SetSupportAnimation() function
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
H A D | grid_scroller_event_test_ng.cpp | 648 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 D | grid_common_test_ng.cpp | 478 model.SetSupportAnimation(true); 560 model.SetSupportAnimation(true); 643 model.SetSupportAnimation(false);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_grid.h | 49 static void SetSupportAnimation(bool supportAnimation);
|
H A D | js_grid.cpp | 379 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 D | grid_model_impl.cpp | 201 void GridModelImpl::SetSupportAnimation(bool value) in SetSupportAnimation() function in OHOS::Ace::Framework::GridModelImpl 206 grid->SetSupportAnimation(value); in SetSupportAnimation()
|
H A D | grid_model_impl.h | 46 void SetSupportAnimation(bool value) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_grid_bridge.h | 52 static ArkUINativeModuleValue SetSupportAnimation(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_grid_bridge.cpp | 540 ArkUINativeModuleValue GridBridge::SetSupportAnimation(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetSupportAnimation() function in OHOS::Ace::NG::GridBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 3317 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 D | grid_layout_component.h | 248 void SetSupportAnimation(bool supportAnimation) in SetSupportAnimation() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | grid_modifier.cpp | 271 GridModelNG::SetSupportAnimation(frameNode, supportAnimation); in SetGridSupportAnimation() 278 GridModelNG::SetSupportAnimation(frameNode, DEFAULT_SUPPORT_ANIMATION); in ResetGridSupportAnimation()
|