Home
last modified time | relevance | path

Searched refs:autoEnable_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_image_view.h91 if (needRefresh_ && autoEnable_) { in GetWidth()
106 if (needRefresh_ && autoEnable_) { in GetHeight()
159 if (autoEnable_ != enable) { in SetAutoEnable()
160 needRefresh_ = autoEnable_ ? needRefresh_ : true; in SetAutoEnable()
161 autoEnable_ = enable; in SetAutoEnable()
175 return autoEnable_; in GetAutoEnable()
302 bool autoEnable_; variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_image_view.cpp225 autoEnable_(true), in UIImageView()
257 if (autoEnable_) { in SetResizeMode()
306 if (autoEnable_ || (imageResizeMode_ == ImageResizeMode::NONE) || in UpdateContentMatrix()
530 if (autoEnable_ || (imageResizeMode_ != ImageResizeMode::NONE)) { in SetSrc()
553 if (autoEnable_) { in ReMeasure()
573 if (autoEnable_ || (imageResizeMode_ != ImageResizeMode::NONE)) { in SetSrc()