Home
last modified time | relevance | path

Searched refs:progressHeight_ (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_box_progress.h129 progressHeight_ = height;
205 progressHeight_ = height; in SetValidHeight()
219 return progressHeight_; in GetValidHeight()
243 uint16_t progressHeight_; member in OHOS::UIBoxProgress
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_slider.cpp122 offset = (knobWidth_ - progressHeight_) / 2; // 2: half in DrawKnob()
128 offset = (knobWidth_ - progressHeight_) / 2; // 2: half in DrawKnob()
204 startPoint.y + progressHeight_ - 1); in DrawForeground()
208 coords.SetRect(left, startPoint.y, right, startPoint.y + progressHeight_ - 1); in DrawForeground()
214 startPoint.y + progressHeight_ - 1); in DrawForeground()
218 coords.SetRect(left, startPoint.y, right, startPoint.y + progressHeight_ - 1); in DrawForeground()
222 length = GetCurrentPos(progressHeight_ + 1); in DrawForeground()
232 length = GetCurrentPos(progressHeight_ + 1); in DrawForeground()
279 startPoint.y = rect.GetTop() + style_->borderWidth_ + style_->paddingTop_ + (GetHeight() - progressHeight_) / 2; in UpdateCurrentValue()
304 } else if (knobPosition.y >= startPoint.y + progressHeight_) { in UpdateCurrentValue()
[all...]
H A Dui_box_progress.cpp23 : progressWidth_(0), progressHeight_(0), isValidWidthSet_(false), isValidHeightSet_(false) in UIBoxProgress()
213 startPoint.y = rect.GetTop() + style_->borderWidth_ + style_->paddingTop_ + (GetHeight() - progressHeight_) / 2; in GetBackgroundParam()
217 height = progressHeight_; in GetBackgroundParam()
222 radius = (progressHeight_ + 1) >> 1; in GetBackgroundParam()
/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_theme.h81 theme->progressHeight_ = pattern->GetAttr<Dimension>("progress_button_download_height", 0.0_vp); in ParsePattern()
276 return progressHeight_; in GetProgressHeight()
375 Dimension progressHeight_; member in OHOS::Ace::ProgressTheme

Completed in 3 milliseconds