Searched refs:UIAbstractProgress (Results 1 – 9 of 9) sorted by relevance
24 UIAbstractProgress::UIAbstractProgress() in UIAbstractProgress() function in OHOS::UIAbstractProgress47 UIAbstractProgress::~UIAbstractProgress() in ~UIAbstractProgress()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()140 void UIAbstractProgress::SetBackgroundStyle(const Style& style) in SetBackgroundStyle()166 const Style& UIAbstractProgress::GetBackgroundStyle() const in GetBackgroundStyle()171 int64_t UIAbstractProgress::GetBackgroundStyle(uint8_t key) const in GetBackgroundStyle()176 void UIAbstractProgress::SetForegroundStyle(const Style& style) in SetForegroundStyle()202 const Style& UIAbstractProgress::GetForegroundStyle() const in GetForegroundStyle()[all …]
154 if (!UIAbstractProgress::InitImage()) { in InitImage()
49 class UIAbstractProgress : public UIView {57 UIAbstractProgress();65 virtual ~UIAbstractProgress();
51 class UIBoxProgress : public UIAbstractProgress {
50 class UICircleProgress : public UIAbstractProgress {
38 UIAbstractProgress* abstractProgress_;52 abstractProgress_ = new UIAbstractProgress(); in SetUp()
13 …类,UIAbstractProgress、UIArcLabel(旋转字体)、UIButton(按键)、UICanvas(画布)、UILabel(字体)、UIImageView(图片)从UIView…
114 const UIAbstractProgress* tmpAbstractProgress = static_cast<const UIAbstractProgress*>(view); in AddProgressField()
8 …UIAbstractProgress**, **UIArcLabel**, **UIButton**, **UICanvas**, **UILabel**, and **UIImageV…