Searched refs:onColorPaletteChanged (Results 1 – 6 of 6) sorted by relevance
106 events.onColorPaletteChanged(resources) in initialize()250 override fun onColorPaletteChanged(resources: Resources) { in onColorPaletteChanged() method in DefaultClockEvents
169 fun onColorPaletteChanged(resources: Resources) in onTimeZoneChanged() method
173 clock.events.onColorPaletteChanged(resources) in createClock()
464 mClock.getEvents().onColorPaletteChanged(mContext.getResources()); in onLayout()
305 clock?.run { events.onColorPaletteChanged(resources) } in <lambda>()
187 verify(events).onColorPaletteChanged(any()) in themeChanged_verifyClockPaletteUpdated()