Home
last modified time | relevance | path

Searched refs:progressForegroundStyle_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dstyle.cpp29 Style StyleDefault::progressForegroundStyle_; member in OHOS::StyleDefault
303 progressForegroundStyle_ = brightStyle_; in InitProgressStyle()
304 progressForegroundStyle_.SetStyle(STYLE_BORDER_WIDTH, 0); in InitProgressStyle()
305 progressForegroundStyle_.SetStyle(STYLE_BORDER_RADIUS, 0); in InitProgressStyle()
306progressForegroundStyle_.SetStyle(STYLE_LINE_COLOR, Color::GetColorFromRGB(0x45, 0xa5, 0xff).full); in InitProgressStyle()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/themes/
H A Dtheme.h169 return progressForegroundStyle_; in GetProgressForegroundStyle()
192 Style progressForegroundStyle_; variable
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dstyle.h350 return progressForegroundStyle_; in GetProgressForegroundStyle()
423 static Style progressForegroundStyle_; variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/themes/
H A Dtheme.cpp62 progressForegroundStyle_ = StyleDefault::GetProgressForegroundStyle(); in InitProgressStyle()