Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/image_animator/
H A Dimage_animator_tdd_test.cpp292 EXPECT_TRUE(animator->IsSizeFixed()); in ImageAnimatorTest001()
323 EXPECT_FALSE(animator->IsSizeFixed()); in ImageAnimatorTest002()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_image_animator.h211 bool IsSizeFixed() const in IsSizeFixed() function
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_image_animator_unit_test.cpp164 EXPECT_EQ(imageAnimator_->IsSizeFixed(), fixed);