/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | AttributionFormatter.java | 40 List<String> attributions = wallpaper.getAttributions(context); in formatWallpaperSubtitle() local
|
D | PreviewFragment.java | 191 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()
|
D | CategoryFragment.java | 544 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/ |
D | WallpaperPersister.java | 85 boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation() 111 boolean finalizeWallpaperForNextRotation(List<String> attributions, String actionUrl, in finalizeWallpaperForNextRotation()
|
D | DefaultWallpaperPersister.java | 336 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()
|
D | DefaultWallpaperRefresher.java | 318 List<String> attributions = mWallpaperPreferences.getLockWallpaperAttributions(); in isLockScreenAttributionsEmpty() local
|
D | WallpaperPreferences.java | 58 void setHomeWallpaperAttributions(List<String> attributions); in setHomeWallpaperAttributions() 230 void setLockWallpaperAttributions(List<String> attributions); in setLockWallpaperAttributions()
|
D | DefaultWallpaperPreferences.java | 197 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/ |
D | IndividualHolder.java | 64 List<String> attributions = wallpaper.getAttributions(mActivity); in bindWallpaper() local
|
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/ |
D | TestCurrentWallpaperInfoFactory.java | 62 private static WallpaperInfo createTestWallpaperInfo(List<String> attributions, in createTestWallpaperInfo()
|
D | TestWallpaperPersister.java | 118 public boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation() 139 public boolean finalizeWallpaperForNextRotation(List<String> attributions, String actionUrl, in finalizeWallpaperForNextRotation()
|
D | TestWallpaperPreferences.java | 102 public void setHomeWallpaperAttributions(List<String> attributions) { in setHomeWallpaperAttributions() 221 public void setLockWallpaperAttributions(List<String> attributions) { in setLockWallpaperAttributions()
|
D | TestWallpaperInfo.java | 99 public void setAttributions(List<String> attributions) { in setAttributions()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
D | WallpaperMetadata.java | 39 public WallpaperMetadata(List<String> attributions, String actionUrl, in WallpaperMetadata()
|
D | CurrentWallpaperInfoVN.java | 73 public CurrentWallpaperInfoVN(List<String> attributions, String actionUrl, in CurrentWallpaperInfoVN()
|
D | LiveWallpaperInfo.java | 264 List<String> attributions = new ArrayList<>(); in getAttributions() local
|
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/ |
D | PreviewActivityTest.java | 102 List<String> attributions = new ArrayList<>(); in setUp() local
|