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

  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
ThirdPartyWallpaperPickerListAdapter.java 44 private List<ThirdPartyWallpaperTile> mThirdPartyWallpaperPickers =
105 mThirdPartyWallpaperPickers.add(new ThirdPartyWallpaperTile(info));
110 return mThirdPartyWallpaperPickers.size();
114 return mThirdPartyWallpaperPickers.get(position);
130 ResolveInfo info = mThirdPartyWallpaperPickers.get(position).mResolveInfo;

Completed in 3230 milliseconds