Home
last modified time | relevance | path

Searched refs:GetProgressBackgroundStyle (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_abstract_progress.cpp39 backgroundStyle_ = &(theme->GetProgressBackgroundStyle()); in UIAbstractProgress()
42 backgroundStyle_ = &(StyleDefault::GetProgressBackgroundStyle()); in UIAbstractProgress()
/ohos5.0/foundation/arkui/ui_lite/frameworks/themes/
H A Dtheme.cpp61 progressBackgroundStyle_ = StyleDefault::GetProgressBackgroundStyle(); in InitProgressStyle()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/themes/
H A Dtheme.h155 Style& GetProgressBackgroundStyle() in GetProgressBackgroundStyle() function
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dstyle.h336 static Style& GetProgressBackgroundStyle() in GetProgressBackgroundStyle() function
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_dump_dom_tree/
H A Dui_test_dump_dom.cpp479 circleProgress->SetBackgroundStyle(StyleDefault::GetProgressBackgroundStyle()); in UIKitTestDumpDom006()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_progress_bar/
H A Dui_test_circle_progress.cpp381 circleProgress_->SetBackgroundStyle(StyleDefault::GetProgressBackgroundStyle()); in OnClick()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_slider/
H A Dui_test_slider.cpp443 slider_->SetBackgroundStyle(StyleDefault::GetProgressBackgroundStyle()); in OnClick()