Searched refs:progressForegroundStyle_ (Results 1 – 4 of 4) sorted by relevance
29 Style StyleDefault::progressForegroundStyle_; member in OHOS::StyleDefault303 progressForegroundStyle_ = brightStyle_; in InitProgressStyle()304 progressForegroundStyle_.SetStyle(STYLE_BORDER_WIDTH, 0); in InitProgressStyle()305 progressForegroundStyle_.SetStyle(STYLE_BORDER_RADIUS, 0); in InitProgressStyle()306 …progressForegroundStyle_.SetStyle(STYLE_LINE_COLOR, Color::GetColorFromRGB(0x45, 0xa5, 0xff).full); in InitProgressStyle()
169 return progressForegroundStyle_; in GetProgressForegroundStyle()192 Style progressForegroundStyle_; variable
350 return progressForegroundStyle_; in GetProgressForegroundStyle()423 static Style progressForegroundStyle_; variable
62 progressForegroundStyle_ = StyleDefault::GetProgressForegroundStyle(); in InitProgressStyle()