Home
last modified time | relevance | path

Searched defs:attributions (Results 1 – 17 of 17) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DAttributionFormatter.java40 List<String> attributions = wallpaper.getAttributions(context); in formatWallpaperSubtitle() local
DPreviewFragment.java191 List<String> attributions = getAttributions(activity); in onCreate() local
263 List<String> attributions = getAttributions(context); in populateInfoPage() local
612 public void populate(List<String> attributions, boolean showMetadata, in populate()
DCategoryFragment.java544 List<String> attributions = mWallpaperInfo.getAttributions(appContext); in bindWallpaperText() local
713 List<String> attributions = homeWallpaper.getAttributions(appContext); in bindHomeWallpaper() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPersister.java85 boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation()
111 boolean finalizeWallpaperForNextRotation(List<String> attributions, String actionUrl, in finalizeWallpaperForNextRotation()
DDefaultWallpaperPersister.java336 public boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation()
349 public boolean finalizeWallpaperForNextRotation(List<String> attributions, String actionUrl, in finalizeWallpaperForNextRotation()
360 private boolean setWallpaperInRotationStatic(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotationStatic()
379 private boolean finalizeWallpaperForRotatingComponent(List<String> attributions, in finalizeWallpaperForRotatingComponent()
DDefaultWallpaperRefresher.java318 List<String> attributions = mWallpaperPreferences.getLockWallpaperAttributions(); in isLockScreenAttributionsEmpty() local
DWallpaperPreferences.java58 void setHomeWallpaperAttributions(List<String> attributions); in setHomeWallpaperAttributions()
230 void setLockWallpaperAttributions(List<String> attributions); in setLockWallpaperAttributions()
DDefaultWallpaperPreferences.java197 public void setHomeWallpaperAttributions(List<String> attributions) { in setHomeWallpaperAttributions()
375 public void setLockWallpaperAttributions(List<String> attributions) { in setLockWallpaperAttributions()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DIndividualHolder.java64 List<String> attributions = wallpaper.getAttributions(mActivity); in bindWallpaper() local
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
DTestCurrentWallpaperInfoFactory.java62 private static WallpaperInfo createTestWallpaperInfo(List<String> attributions, in createTestWallpaperInfo()
DTestWallpaperPersister.java118 public boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation()
139 public boolean finalizeWallpaperForNextRotation(List<String> attributions, String actionUrl, in finalizeWallpaperForNextRotation()
DTestWallpaperPreferences.java102 public void setHomeWallpaperAttributions(List<String> attributions) { in setHomeWallpaperAttributions()
221 public void setLockWallpaperAttributions(List<String> attributions) { in setLockWallpaperAttributions()
DTestWallpaperInfo.java99 public void setAttributions(List<String> attributions) { in setAttributions()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DWallpaperMetadata.java39 public WallpaperMetadata(List<String> attributions, String actionUrl, in WallpaperMetadata()
DCurrentWallpaperInfoVN.java73 public CurrentWallpaperInfoVN(List<String> attributions, String actionUrl, in CurrentWallpaperInfoVN()
DLiveWallpaperInfo.java264 List<String> attributions = new ArrayList<>(); in getAttributions() local
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/
DPreviewActivityTest.java102 List<String> attributions = new ArrayList<>(); in setUp() local