Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMediaManager.java128 private LockscreenWallpaper mLockscreenWallpaper; field in NotificationMediaManager
610 mLockscreenWallpaper != null ? mLockscreenWallpaper.getBitmap() : null; in finishUpdateMediaMetaData()
746 mLockscreenWallpaper = lockscreenWallpaper; in setup()
779 return mBackdrop != null && mLockscreenWallpaper != null in isLockscreenWallpaperOnNotificationShade()
780 && !mLockscreenWallpaper.isLockscreenLiveWallpaperEnabled() in isLockscreenWallpaperOnNotificationShade()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java284 @Mock private LockscreenWallpaper mLockscreenWallpaper; field in CentralSurfacesImplTest
430 when(mLockscreenWallpaperLazy.get()).thenReturn(mLockscreenWallpaper); in setup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java411 protected LockscreenWallpaper mLockscreenWallpaper; field in CentralSurfacesImpl
1276 mLockscreenWallpaper = mLockscreenWallpaperLazy.get(); in makeStatusBarView()
1351 mLockscreenWallpaper); in makeStatusBarView()