Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H A Dimage_animator_pattern.h95 fixedSize_ = fixedSize; in SetFixedSize()
132 return fixedSize_; in IsFixedSize()
177 bool fixedSize_ = true; variable
H A Dimage_animator_pattern.cpp137 if (!fixedSize_) { in UpdateShowingImageInfo()
193 if (!fixedSize_) { in UpdateCacheImageInfo()
262 if (fixedSize_ && images_.size()) { in OnDirtyLayoutWrapperSwap()
402 json->PutExtAttr("fixedSize", fixedSize_ ? "true" : "false", filter); in ToJsonValue()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/data_source/
H A Dmedia_data_source_test_noseek.cpp45 fixedSize_(size) in MediaDataSourceTestNoSeek()
93 realLen = static_cast<int32_t>(fixedSize_ - pos_); in ReadAt()
H A Dmedia_data_source_test_noseek.h42 int32_t fixedSize_ = 0; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image_animator/
H A Dimage_animator_test_ng.cpp872 pattern_->fixedSize_ = false;
876 pattern_->fixedSize_ = true;
1197 imageAnimatorPattern->fixedSize_ = false;
1212 imageAnimatorPattern->fixedSize_ = true;
1350 pattern_->fixedSize_ = false;
1354 pattern_->fixedSize_ = true;