Home
last modified time | relevance | path

Searched refs:GetFixedSize (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dimage_animator_composed_element.cpp26 …xedSize", [](const ImageAnimatorComposedElement& inspector) { return inspector.GetFixedSize(); } }, in __anon981b7c190502()
85 std::string ImageAnimatorComposedElement::GetFixedSize() const in GetFixedSize() function in OHOS::Ace::V2::ImageAnimatorComposedElement
89 return element->GetFixedSize() ? "true" : "false"; in GetFixedSize()
H A Dimage_animator_composed_element.h37 std::string GetFixedSize() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_animator_element.h57 bool GetFixedSize() const in GetFixedSize() function