Searched refs:GetFixedSize (Results 1 – 3 of 3) sorted by relevance
26 …xedSize", [](const ImageAnimatorComposedElement& inspector) { return inspector.GetFixedSize(); } }, in __anon981b7c190502()85 std::string ImageAnimatorComposedElement::GetFixedSize() const in GetFixedSize() function in OHOS::Ace::V2::ImageAnimatorComposedElement89 return element->GetFixedSize() ? "true" : "false"; in GetFixedSize()
37 std::string GetFixedSize() const;
57 bool GetFixedSize() const in GetFixedSize() function