Home
last modified time | relevance | path

Searched refs:GetSupportAnimation (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dgrid_composed_element.cpp40 …Animation", [](const GridComposedElement& inspector) { return inspector.GetSupportAnimation(); } }, in __anon042a19020e02()
212 std::string GridComposedElement::GetSupportAnimation() const in GetSupportAnimation() function in OHOS::Ace::V2::GridComposedElement
216 return ConvertBoolToString(renderGrip->GetSupportAnimation()); in GetSupportAnimation()
H A Dgrid_composed_element.h50 std::string GetSupportAnimation() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_component.h253 bool GetSupportAnimation() in GetSupportAnimation() function
H A Drender_grid_layout.h217 bool GetSupportAnimation() const in GetSupportAnimation() function
H A Drender_grid_layout.cpp103 supportAnimation_ = grid->GetSupportAnimation(); in Update()