Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperRefresher.java126 boolean isHomeScreenStatic = mWallpaperManager.getWallpaperInfo(FLAG_SYSTEM) == null; in doInBackground()
136 if (mWallpaperManager.getWallpaperInfo() == null) { in doInBackground()
144 android.app.WallpaperInfo info = mWallpaperManager.getWallpaperInfo(); in doInBackground()
156 boolean isLockScreenStatic = mWallpaperManager.getWallpaperInfo(FLAG_LOCK) == null; in doInBackground()
171 android.app.WallpaperInfo info = mWallpaperManager.getWallpaperInfo(FLAG_LOCK); in doInBackground()
199 android.app.WallpaperInfo wallpaperComponent = mWallpaperManager.getWallpaperInfo(); in setFallbackHomeScreenWallpaperMetadata()
238 return (mWallpaperManager.getWallpaperInfo() == null) in isHomeScreenMetadataCurrent()
333 mSystemWallpaperServiceName = mWallpaperManager.getWallpaperInfo().getServiceName(); in isHomeScreenLiveWallpaperCurrent()
343 return (mWallpaperManager.getWallpaperInfo(FLAG_LOCK) == null) in isLockScreenMetadataCurrent()
371 String currentServiceName = mWallpaperManager.getWallpaperInfo(FLAG_LOCK) in isLockScreenLiveWallpaperCurrent()
DDefaultCurrentWallpaperInfoFactory.java184 && manager.getWallpaperInfo(WallpaperManager.FLAG_LOCK) == null in isLockWallpaperBuiltIn()
221 .getWallpaperInfo(which); in wallpaperSynced()
DDefaultWallpaperPersister.java427 android.app.WallpaperInfo currentWallpaperComponent = mWallpaperManager.getWallpaperInfo(); in onLiveWallpaperSet()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/util/
DLiveWallpaperDeleteUtil.kt45 val currentInfo = wallpaperManager.getWallpaperInfo(FLAG_SYSTEM) in getDeleteAction()
46 val currentLockInfo = wallpaperManager.getWallpaperInfo(FLAG_LOCK) in getDeleteAction()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DDeletableUtils.kt63 val currentInfo = WallpaperManager.getInstance(context).getWallpaperInfo(FLAG_SYSTEM) in getDeleteAction()
64 val currentLockInfo = WallpaperManager.getInstance(context).getWallpaperInfo(FLAG_LOCK) in getDeleteAction()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DLivePreviewFragment.java173 wallpaperManager.getWallpaperInfo(FLAG_SYSTEM), in getCreativeWallpaperPreviewResultCallback()
174 wallpaperManager.getWallpaperInfo(FLAG_LOCK)); in getCreativeWallpaperPreviewResultCallback()
310 wallpaperManager.getWallpaperInfo(FLAG_SYSTEM),
311 wallpaperManager.getWallpaperInfo(FLAG_LOCK));
477 wallpaperManager.getWallpaperInfo(FLAG_SYSTEM),
478 wallpaperManager.getWallpaperInfo(FLAG_LOCK));
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/converter/
DWallpaperModelFactory.kt112 wallpaperManager.getWallpaperInfo(WallpaperManager.FLAG_SYSTEM) in getWallpaperModel()
113 val currentLockWallpaper = wallpaperManager.getWallpaperInfo(WallpaperManager.FLAG_LOCK) in getWallpaperModel()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/section/
DScreenPreviewSectionController.kt139 getWallpaperInfo(context)?.let { wallpaperInfo -> in <lambda>()
228 private suspend fun getWallpaperInfo(context: Context): WallpaperInfo? { in <lambda>() method in com.android.wallpaper.picker.customization.ui.section.ScreenPreviewSectionController
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/viewmodel/
DScreenPreviewViewModel.kt93 suspend fun getWallpaperInfo(forceReload: Boolean = false): WallpaperInfo? { in getWallpaperInfo() method in com.android.wallpaper.picker.customization.ui.viewmodel.ScreenPreviewViewModel
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
DLiveWallpaperChange.java56 WallpaperInfo currentWallpaper = WallpaperManager.getInstance(this).getWallpaperInfo(); in init()
DLiveWallpaperPreview.java443 if (mWallpaperManager.getWallpaperInfo() != null in setLiveWallpaper()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/backup/
DMissingHashCodeGeneratorJobService.java85 boolean isLiveWallpaperSet = wallpaperManager.getWallpaperInfo() != null; in onStartJob()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/binder/
DScreenPreviewBinder.kt363 viewModel.getWallpaperInfo(forceReload = shouldReload) in <lambda>()
460 wallpaperInfo = viewModel.getWallpaperInfo(forceReload = false) in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DWallpaperOffsetInterpolator.java214 .getWallpaperInfo() != null; in onWallpaperChanged()
/packages/apps/ThemePicker/src/com/android/customization/picker/color/ui/fragment/
DColorPickerFragment.kt149 wallpaperManager.getWallpaperInfo(WallpaperManager.FLAG_SYSTEM) != null && in onCreateView()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DIndividualPickerFragment2.kt209 WallpaperManager.getInstance(context).getWallpaperInfo(FLAG_SYSTEM) in <lambda>()
211 WallpaperManager.getInstance(context).getWallpaperInfo(FLAG_LOCK) in <lambda>()
DIndividualPickerFragment.java609 android.app.WallpaperInfo wallpaperInfo = mWallpaperManager.getWallpaperInfo(); in getAppliedWallpaperIds()