Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
DThirdPartyWallpaperInfo.java23 public class ThirdPartyWallpaperInfo extends WallpaperTileInfo { class
28 public ThirdPartyWallpaperInfo(ResolveInfo resolveInfo, int iconSize) { in ThirdPartyWallpaperInfo() method in ThirdPartyWallpaperInfo
57 public static List<ThirdPartyWallpaperInfo> getAll(Context context) { in getAll()
58 ArrayList<ThirdPartyWallpaperInfo> result = new ArrayList<>(); in getAll()
74 result.add(new ThirdPartyWallpaperInfo(info, iconSize)); in getAll()
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DWallpaperPickerActivity.java49 import com.android.wallpaperpicker.tileinfo.ThirdPartyWallpaperInfo;
162 ThirdPartyWallpaperInfo.getAll(this), false /* addLongPressHandler */); in init()