Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallpapers/
H A DImageWallpaper.java128 private boolean mIsLockscreenLiveWallpaperEnabled; field in ImageWallpaper.CanvasEngine
172 mIsLockscreenLiveWallpaperEnabled = mWallpaperManager in onCreate()
175 Rect dimensions = mIsLockscreenLiveWallpaperEnabled in onCreate()
326 bitmap = mIsLockscreenLiveWallpaperEnabled in loadWallpaperAndDrawFrameInternal()
340 if (mIsLockscreenLiveWallpaperEnabled) { in loadWallpaperAndDrawFrameInternal()
348 bitmap = mIsLockscreenLiveWallpaperEnabled in loadWallpaperAndDrawFrameInternal()
372 mWideColorGamut = mIsLockscreenLiveWallpaperEnabled in loadWallpaperAndDrawFrameInternal()
/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java498 if (mIsLockscreenLiveWallpaperEnabled) { in onEvent()
1595 mIsLockscreenLiveWallpaperEnabled = in WallpaperManagerService()
1897 if (mIsLockscreenLiveWallpaperEnabled) { in switchWallpaper()
1975 if (mIsLockscreenLiveWallpaperEnabled) { in clearWallpaper()
2065 if (mIsLockscreenLiveWallpaperEnabled) { in clearWallpaperLocked()
2526 if (mIsLockscreenLiveWallpaperEnabled) { in setInAmbientMode()
2579 if (mIsLockscreenLiveWallpaperEnabled) { in notifyWakingUp()
2617 if (mIsLockscreenLiveWallpaperEnabled) { in notifyGoingToSleep()
2656 if (mIsLockscreenLiveWallpaperEnabled) { in notifyScreenTurnedOn()
3254 if (mIsLockscreenLiveWallpaperEnabled) { in setWallpaperComponent()
[all …]
H A DWallpaperDataParser.java80 private final boolean mIsLockscreenLiveWallpaperEnabled; field in WallpaperDataParser
89 mIsLockscreenLiveWallpaperEnabled = in WallpaperDataParser()
155 boolean separateLockscreenEngine = mIsLockscreenLiveWallpaperEnabled; in loadSettingsLocked()
192 || ("kwp".equals(tag) && mIsLockscreenLiveWallpaperEnabled in loadSettingsLocked()
222 } else if ("kwp".equals(tag) && !mIsLockscreenLiveWallpaperEnabled) { in loadSettingsLocked()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationMediaManagerTest.kt62 notificationMediaManager.mIsLockscreenLiveWallpaperEnabled = true
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMediaManager.java130 boolean mIsLockscreenLiveWallpaperEnabled; field in NotificationMediaManager
220 mIsLockscreenLiveWallpaperEnabled = wallpaperManager.isLockscreenLiveWallpaperEnabled(); in NotificationMediaManager()
543 if (mIsLockscreenLiveWallpaperEnabled) return; in updateMediaMetaData()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWallpaperWindowToken.java79 if (mDisplayContent.mWallpaperController.mIsLockscreenLiveWallpaperEnabled) { in setShowWhenLocked()
H A DWallpaperController.java124 final boolean mIsLockscreenLiveWallpaperEnabled; field in WallpaperController
249 mIsLockscreenLiveWallpaperEnabled = in WallpaperController()