Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java257 int notifyColorsWhich = 0; in onEvent() local
325 notifyColorsWhich |= FLAG_SYSTEM; in onEvent()
340 notifyColorsWhich |= FLAG_LOCK; in onEvent()
354 if (notifyColorsWhich != 0) { in onEvent()
355 notifyWallpaperColorsChanged(wallpaper, notifyColorsWhich); in onEvent()