Searched refs:scrollbarTheme (Results 1 – 1 of 1) sorted by relevance
4722 auto scrollbarTheme = GetTheme<ScrollBarTheme>(); in OnColorConfigurationUpdate() local4723 CHECK_NULL_VOID(scrollBar && scrollbarTheme); in OnColorConfigurationUpdate()4724 scrollBar->SetForegroundColor(scrollbarTheme->GetForegroundColor()); in OnColorConfigurationUpdate()4725 scrollBar->SetBackgroundColor(scrollbarTheme->GetBackgroundColor()); in OnColorConfigurationUpdate()