Home
last modified time | relevance | path

Searched refs:scrollBarForegroundStyle_ (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_utils_lite/frameworks/
H A Dstyle.cpp34 Style StyleDefault::scrollBarForegroundStyle_; member in OHOS::StyleDefault
322 scrollBarForegroundStyle_.SetStyle(STYLE_BACKGROUND_COLOR, Color::White().full); in InitScrollBarStyle()
323 scrollBarForegroundStyle_.SetStyle(STYLE_BACKGROUND_OPA, 168); // 168: default opa in InitScrollBarStyle()
324 scrollBarForegroundStyle_.SetStyle(STYLE_LINE_COLOR, Color::White().full); in InitScrollBarStyle()
325 scrollBarForegroundStyle_.SetStyle(STYLE_LINE_OPA, 168); // 168: default opa in InitScrollBarStyle()
326 scrollBarForegroundStyle_.SetStyle(STYLE_LINE_WIDTH, 6); // 6: default width in InitScrollBarStyle()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dstyle.h408 return scrollBarForegroundStyle_; in GetScrollBarForegroundStyle()
430 static Style scrollBarForegroundStyle_; member in OHOS::StyleDefault

Completed in 2 milliseconds