Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker/src/com/android/photos/
DBitmapRegionTileSource.java143 public boolean loadInBackground(InBitmapProvider bitmapProvider) { in loadInBackground()
218 public interface InBitmapProvider { interface in BitmapRegionTileSource.BitmapSource
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DWallpaperCropActivity.java47 import com.android.photos.BitmapRegionTileSource.BitmapSource.InBitmapProvider;
180 req.src.loadInBackground(new InBitmapProvider() { in handleMessage()