Searched refs:newHighContrast (Results 1 – 2 of 2) sorted by relevance
144 RSAccessibility::GetInstance().ListenHighContrastChange([](bool newHighContrast) { in RSRenderThread() argument146 [](bool newHighContrast) { in RSRenderThread() argument148 renderThread.SetHighContrast(newHighContrast); in RSRenderThread()150 newHighContrast); in RSRenderThread()
31 using OnHighContrastChange = std::function<void(bool newHighContrast)>;