Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DCategoryFragment.java794 List<String> lockAttributions = lockWallpaper.getAttributions(appContext); in bindLockWallpaper() local
795 if (!lockAttributions.isEmpty()) { in bindLockWallpaper()
796 mLockWallpaperTitle.setText(lockAttributions.get(0)); in bindLockWallpaper()
798 if (lockAttributions.size() > 1) { in bindLockWallpaper()
799 mLockWallpaperSubtitle1.setText(lockAttributions.get(1)); in bindLockWallpaper()
801 if (lockAttributions.size() > 2) { in bindLockWallpaper()
802 mLockWallpaperSubtitle2.setText(lockAttributions.get(2)); in bindLockWallpaper()