Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DCallbackRegistry.java124 notifyCallbacksLocked(sender, arg, arg2, 0, maxNotified, mFirst64Removed); in notifyFirst64Locked()
155 notifyCallbacksLocked(sender, arg, arg2, startCallbackIndex, callbackCount, 0); in notifyRecurseLocked()
178 notifyCallbacksLocked(sender, arg, arg2, startIndex, endIndex, bits); in notifyRemainderLocked()
199 private void notifyCallbacksLocked(T sender, int arg, A arg2, final int startIndex, in notifyCallbacksLocked() method in CallbackRegistry
/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java279 notifyCallbacksLocked(wallpaper); in updateWallpapers()
420 notifyCallbacksLocked(wallpaper); in updateWallpapersLegacy()
1797 notifyCallbacksLocked(systemWallpaper); in onUnlockUser()
1803 notifyCallbacksLocked(lockWallpaper); in onUnlockUser()
1812 notifyCallbacksLocked(systemWallpaper); in onUnlockUser()
2238 notifyCallbacksLocked(wallpaper); in setDimensionHints()
2334 notifyCallbacksLocked(wallpaper); in setDisplayPadding()
3339 notifyCallbacksLocked(newWallpaper); in setWallpaperComponentInternal()
3440 notifyCallbacksLocked(wallpaper); in setWallpaperComponentInternalLegacy()
3739 private void notifyCallbacksLocked(WallpaperData wallpaper) { in notifyCallbacksLocked() method in WallpaperManagerService