Searched refs:GetSupportAnimation (Results 1 – 5 of 5) sorted by relevance
40 …Animation", [](const GridComposedElement& inspector) { return inspector.GetSupportAnimation(); } }, in __anon042a19020e02()212 std::string GridComposedElement::GetSupportAnimation() const in GetSupportAnimation() function in OHOS::Ace::V2::GridComposedElement216 return ConvertBoolToString(renderGrip->GetSupportAnimation()); in GetSupportAnimation()
50 std::string GetSupportAnimation() const;
253 bool GetSupportAnimation() in GetSupportAnimation() function
217 bool GetSupportAnimation() const in GetSupportAnimation() function
103 supportAnimation_ = grid->GetSupportAnimation(); in Update()