Searched refs:ThirdPartyWallpaperInfo (Results 1 – 2 of 2) sorted by relevance
23 public class ThirdPartyWallpaperInfo extends WallpaperTileInfo { class28 public ThirdPartyWallpaperInfo(ResolveInfo resolveInfo, int iconSize) { in ThirdPartyWallpaperInfo() method in ThirdPartyWallpaperInfo57 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()
49 import com.android.wallpaperpicker.tileinfo.ThirdPartyWallpaperInfo;162 ThirdPartyWallpaperInfo.getAll(this), false /* addLongPressHandler */); in init()