Searched refs:lockWallpaperMetadata (Results 1 – 3 of 3) sorted by relevance
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | DefaultCurrentWallpaperInfoFactory.java | 119 (homeWallpaperMetadata, lockWallpaperMetadata, presentationMode) -> { in createCurrentWallpaperInfos() argument 139 if (lockWallpaperMetadata != null) { in createCurrentWallpaperInfos() 141 if (lockWallpaperMetadata instanceof LiveWallpaperMetadata) { in createCurrentWallpaperInfos() 143 lockWallpaperMetadata.getWallpaperComponent()); in createCurrentWallpaperInfos() 144 updateIfCreative(lockWallpaper, lockWallpaperMetadata); in createCurrentWallpaperInfos() 150 lockWallpaperMetadata.getAttributions(), in createCurrentWallpaperInfos() 151 lockWallpaperMetadata.getActionUrl(), in createCurrentWallpaperInfos() 152 lockWallpaperMetadata.getCollectionId(), in createCurrentWallpaperInfos() 158 lockWallpaperMetadata.getWallpaperCropHints()); in createCurrentWallpaperInfos()
|
D | WallpaperRefresher.java | 45 … @Nullable WallpaperMetadata lockWallpaperMetadata, @PresentationMode int presentationMode); in onRefreshed() argument
|
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/ |
D | TestCurrentWallpaperInfoFactory.java | 42 mRefresher.refresh((homeWallpaperMetadata, lockWallpaperMetadata, presentationMode) -> { in createCurrentWallpaperInfos() argument 50 if (lockWallpaperMetadata != null) { in createCurrentWallpaperInfos() 52 lockWallpaperMetadata.getAttributions(), in createCurrentWallpaperInfos() 53 lockWallpaperMetadata.getActionUrl(), in createCurrentWallpaperInfos() 54 lockWallpaperMetadata.getCollectionId()); in createCurrentWallpaperInfos()
|