Home
last modified time | relevance | path

Searched refs:UIAbstractProgress (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_abstract_progress.cpp24 UIAbstractProgress::UIAbstractProgress() in UIAbstractProgress() function in OHOS::UIAbstractProgress
47 UIAbstractProgress::~UIAbstractProgress() in ~UIAbstractProgress()
72 void UIAbstractProgress::SetRange(int32_t rangeMax, int32_t rangeMin) in SetRange()
84 GRAPHIC_LOGW("UIAbstractProgress::SetRange rangeMax less than rangeMin !\n"); in SetRange()
88 void UIAbstractProgress::SetValue(int32_t value) in SetValue()
106 int16_t UIAbstractProgress::GetCurrentPos(int16_t distance) const in GetCurrentPos()
117 uint32_t UIAbstractProgress::GetRangeSize() const in GetRangeSize()
122 void UIAbstractProgress
[all...]
H A Dui_slider.cpp154 if (!UIAbstractProgress::InitImage()) { in InitImage()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_abstract_progress.h49 class UIAbstractProgress : public UIView { class
52 * @brief A constructor used to create a <b>UIAbstractProgress</b> instance.
57 UIAbstractProgress();
60 * @brief A destructor used to delete the <b>UIAbstractProgress</b> instance.
65 virtual ~UIAbstractProgress();
H A Dui_circle_progress.h46 * @see UIAbstractProgress
50 class UICircleProgress : public UIAbstractProgress {
H A Dui_box_progress.h47 * @see UIAbstractProgress
51 class UIBoxProgress : public UIAbstractProgress {
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_abstract_progress_unit_test.cpp38 UIAbstractProgress* abstractProgress_;
52 abstractProgress_ = new UIAbstractProgress(); in SetUp()
/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_dump_dom_tree.cpp114 const UIAbstractProgress* tmpAbstractProgress = static_cast<const UIAbstractProgress*>(view); in AddProgressField()

Completed in 4 milliseconds