Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_animator_component.cpp123 bool ImageAnimatorComponent::GetIsFixedSize() const in GetIsFixedSize() function in OHOS::Ace::ImageAnimatorComponent
125 return declaration_->GetIsFixedSize(); in GetIsFixedSize()
H A Dimage_animator_component.h155 bool GetIsFixedSize() const;
H A Dimage_animator_element.cpp51 isFixedSize_ = imageAnimatorComponent->GetIsFixedSize(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dimage_animator_modifier.cpp241 ArkUI_Bool GetIsFixedSize(ArkUINodeHandle node) in GetIsFixedSize() function
292 ImageAnimatorModifier::GetIsFixedSize, in GetImageAnimatorModifier()
322 ImageAnimatorModifier::GetIsFixedSize, in GetCJUIImageAnimatorModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/image/
H A Dimage_animator_declaration.h146 bool GetIsFixedSize() const in GetIsFixedSize() function