Searched refs:wallpaperInfo (Results 1 – 3 of 3) sorted by relevance
111 LiveWallpaperInfo wallpaperInfo = mWallpapers.get(position); in getView() local113 holder.thumbnail.setImageDrawable(wallpaperInfo.thumbnail); in getView()116 if (holder.title != null && wallpaperInfo.info != null) { in getView()117 holder.title.setText(wallpaperInfo.info.loadLabel(mPackageManager)); in getView()119 holder.title.setCompoundDrawablesWithIntrinsicBounds(null, wallpaperInfo.thumbnail, in getView()
51 LiveWallpaperListAdapter.LiveWallpaperInfo wallpaperInfo = in onListItemClick() local53 final WallpaperInfo info = wallpaperInfo.info; in onListItemClick()
460 ResourceWallpaperInfo wallpaperInfo = in addWallpapers() local462 known.add(wallpaperInfo); in addWallpapers()