HomeSort by relevance Sort by last modified time
    Searched full:thirdpartywallpapertile (Results 1 - 1 of 1) sorted by null

  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
ThirdPartyWallpaperPickerListAdapter.java 44 private List<ThirdPartyWallpaperTile> mThirdPartyWallpaperPickers =
45 new ArrayList<ThirdPartyWallpaperTile>();
47 public static class ThirdPartyWallpaperTile extends WallpaperPickerActivity.WallpaperTileInfo {
49 public ThirdPartyWallpaperTile(ResolveInfo resolveInfo) {
105 mThirdPartyWallpaperPickers.add(new ThirdPartyWallpaperTile(info));
113 public ThirdPartyWallpaperTile getItem(int position) {

Completed in 48 milliseconds