Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DIndividualHolder.java68 String firstAttribution = attributions.size() > 0 ? attributions.get(0) : null; in bindWallpaper() local
74 } else if (firstAttribution != null) { in bindWallpaper()
77 contentDescription != null ? contentDescription : firstAttribution); in bindWallpaper()