Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java248 int notifyColorsWhich = 0; in onEvent() local
307 notifyColorsWhich |= FLAG_SYSTEM; in onEvent()
322 notifyColorsWhich |= FLAG_LOCK; in onEvent()
342 if (notifyColorsWhich != 0) { in onEvent()
343 notifyWallpaperColorsChanged(wallpaper, notifyColorsWhich); in onEvent()