Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp4722 auto scrollbarTheme = GetTheme<ScrollBarTheme>(); in OnColorConfigurationUpdate() local
4723 CHECK_NULL_VOID(scrollBar && scrollbarTheme); in OnColorConfigurationUpdate()
4724 scrollBar->SetForegroundColor(scrollbarTheme->GetForegroundColor()); in OnColorConfigurationUpdate()
4725 scrollBar->SetBackgroundColor(scrollbarTheme->GetBackgroundColor()); in OnColorConfigurationUpdate()