Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_box_progress.h109 if (!isValidWidthSet_) { in SetWidth()
175 isValidWidthSet_ = true; in SetValidWidth()
245 bool isValidWidthSet_ : 1; variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_box_progress.cpp23 : progressWidth_(0), progressHeight_(0), isValidWidthSet_(false), isValidHeightSet_(false) in UIBoxProgress()