Searched refs:BuglePhotoBitmapLoader (Results 1 – 2 of 2) sorted by relevance
37 public class BuglePhotoBitmapLoader extends AsyncTaskLoader<BitmapResult> class45 public BuglePhotoBitmapLoader(Context context, String photoUri) { in BuglePhotoBitmapLoader() method in BuglePhotoBitmapLoader
64 return new BuglePhotoBitmapLoader(getActivity().getContext(), uri); in onCreateBitmapLoader()