Searched defs:bitmapSource (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java117 final BitmapRegionTileSource.UriBitmapSource bitmapSource =
122 if (bitmapSource.getLoadingState() != BitmapSource.State.LOADED) {
132 setCropViewTileSource(bitmapSource, true, false, onLoad);
144 final BitmapRegionTileSource.BitmapSource bitmapSource, final boolean touchEnabled,
152 bitmapSource.loadInBackground();
172 if (bitmapSource.getLoadingState() == BitmapSource.State.LOADED) {
174 new BitmapRegionTileSource(context, bitmapSource), null);
143 setCropViewTileSource( final BitmapRegionTileSource.BitmapSource bitmapSource, final boolean touchEnabled, final boolean moveToLeft, final Runnable postExecute) argument

Completed in 22 milliseconds