Home
last modified time | relevance | path

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

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