Searched refs:bitmapSource (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/ |
H A D | ResourceWallpaperInfo.java | 27 final BitmapRegionTileSource.InputStreamSource bitmapSource = in onClick() local 29 a.setCropViewTileSource(bitmapSource, false, false, new CropViewScaleAndOffsetProvider() { in onClick() 44 if (bitmapSource.getLoadingState() == BitmapSource.State.LOADED) { in onClick()
|
H A D | FileWallpaperInfo.java | 36 final BitmapRegionTileSource.FilePathBitmapSource bitmapSource = in onClick() local 38 a.setCropViewTileSource(bitmapSource, false, true, null, new Runnable() { in onClick() 42 if (bitmapSource.getLoadingState() == BitmapSource.State.LOADED) { in onClick()
|
H A D | UriWallpaperInfo.java | 33 final BitmapRegionTileSource.InputStreamSource bitmapSource = in onClick() local 35 a.setCropViewTileSource(bitmapSource, true, false, null, new Runnable() { in onClick() 39 if (bitmapSource.getLoadingState() == BitmapSource.State.LOADED) { in onClick()
|
/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/ |
H A D | WallpaperCropActivity.java | 127 final BitmapRegionTileSource.InputStreamSource bitmapSource = in init() local 132 if (bitmapSource.getLoadingState() != BitmapSource.State.LOADED) { in init() 141 setCropViewTileSource(bitmapSource, true, false, null, onLoad); in init() 301 public final void setCropViewTileSource(BitmapSource bitmapSource, boolean touchEnabled, in setCropViewTileSource() argument 306 req.src = bitmapSource; in setCropViewTileSource()
|
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
H A D | WallpaperCropActivity.java | 117 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()
|