Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultCurrentWallpaperInfoFactory.java119 (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()
DWallpaperRefresher.java45 … @Nullable WallpaperMetadata lockWallpaperMetadata, @PresentationMode int presentationMode); in onRefreshed() argument
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestCurrentWallpaperInfoFactory.java42 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()