HomeSort by relevance Sort by last modified time
    Searched refs:bitmapSource (Results 1 - 6 of 6) sorted by null

  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
ResourceWallpaperInfo.java 9 import com.android.photos.BitmapRegionTileSource.BitmapSource;
27 final BitmapRegionTileSource.InputStreamSource bitmapSource =
29 a.setCropViewTileSource(bitmapSource, false, false, new CropViewScaleAndOffsetProvider() {
44 if (bitmapSource.getLoadingState() == BitmapSource.State.LOADED) {
FileWallpaperInfo.java 12 import com.android.photos.BitmapRegionTileSource.BitmapSource;
36 final BitmapRegionTileSource.FilePathBitmapSource bitmapSource =
38 a.setCropViewTileSource(bitmapSource, false, true, null, new Runnable() {
42 if (bitmapSource.getLoadingState() == BitmapSource.State.LOADED) {
UriWallpaperInfo.java 14 import com.android.photos.BitmapRegionTileSource.BitmapSource;
33 final BitmapRegionTileSource.InputStreamSource bitmapSource =
35 a.setCropViewTileSource(bitmapSource, true, false, null, new Runnable() {
39 if (bitmapSource.getLoadingState() == BitmapSource.State.LOADED) {
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
WallpaperCropActivity.java 46 import com.android.photos.BitmapRegionTileSource.BitmapSource;
47 import com.android.photos.BitmapRegionTileSource.BitmapSource.InBitmapProvider;
127 final BitmapRegionTileSource.InputStreamSource bitmapSource =
132 if (bitmapSource.getLoadingState() != BitmapSource.State.LOADED) {
141 setCropViewTileSource(bitmapSource, true, false, null, onLoad);
219 loadSuccess = req.src.getLoadingState() == BitmapSource.State.LOADED;
301 public final void setCropViewTileSource(BitmapSource bitmapSource, boolean touchEnabled,
306 req.src = bitmapSource;
    [all...]
  /external/skia/gm/
imagefiltersgraph.cpp 48 sk_sp<SkImageFilter> bitmapSource(SkImageSource::Make(fImage));
51 sk_sp<SkImageFilter> blur(SkBlurImageFilter::Make(4.0f, 4.0f, std::move(bitmapSource)));
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 48 import com.android.photos.BitmapRegionTileSource.BitmapSource;
117 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)
    [all...]

Completed in 136 milliseconds