Searched refs:notifyWallpaperColorsChanged (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | WallpaperManagerService.java | 267 notifyWallpaperColorsChanged(wallpaper, FLAG_LOCK); in onEvent() 340 notifyWallpaperColorsChanged(wallpaper, notifyColorsWhich); in onEvent() 356 private void notifyWallpaperColorsChanged(@NonNull WallpaperData wallpaper, int which) { in notifyWallpaperColorsChanged() method in WallpaperManagerService 1792 notifyWallpaperColorsChanged(systemWallpaper, FLAG_SYSTEM); in switchUser() 1793 notifyWallpaperColorsChanged(lockWallpaper, FLAG_LOCK); in switchUser() 1794 notifyWallpaperColorsChanged(mFallbackWallpaper, FLAG_SYSTEM); in switchUser() 1856 notifyWallpaperColorsChanged(data, which); in clearWallpaper() 1857 notifyWallpaperColorsChanged(mFallbackWallpaper, FLAG_SYSTEM); in clearWallpaper() 2505 notifyWallpaperColorsChanged(wallpaper, which); in setWallpaperComponent() 2506 notifyWallpaperColorsChanged(mFallbackWallpaper, FLAG_SYSTEM); in setWallpaperComponent()
|
/frameworks/base/services/ |
D | art-profile | 14298 HSPLcom/android/server/wallpaper/WallpaperManagerService;->lambda$notifyWallpaperColorsChanged$0$Wa…
|