HomeSort by relevance Sort by last modified time
    Searched refs:glide (Results 201 - 225 of 255) sorted by null

1 2 3 4 5 6 7 891011

  /packages/apps/Camera2/src/com/android/camera/data/
FilmstripItemBase.java 25 import com.bumptech.glide.Glide;
26 import com.bumptech.glide.load.Key;
27 import com.bumptech.glide.signature.MediaStoreSignature;
90 Glide.clear(view);
135 // Per Glide docs, make default mime type be the empty String
PhotoItem.java 35 import com.bumptech.glide.DrawableRequestBuilder;
36 import com.bumptech.glide.GenericRequestBuilder;
37 import com.bumptech.glide.Glide;
38 import com.bumptech.glide.load.resource.drawable.GlideDrawable;
155 Glide.clear(view);
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
Downsampler.java 1 package com.bumptech.glide.load.resource.bitmap;
9 import com.bumptech.glide.load.DecodeFormat;
10 import com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool;
11 import com.bumptech.glide.util.ByteArrayPool;
12 import com.bumptech.glide.util.ExceptionCatchingInputStream;
13 import com.bumptech.glide.util.Util;
44 return "AT_LEAST.com.bumptech.glide.load.data.bitmap";
61 return "AT_MOST.com.bumptech.glide.load.data.bitmap";
76 return "NONE.com.bumptech.glide.load.data.bitmap";
GlideBitmapDrawable.java 1 package com.bumptech.glide.load.resource.bitmap;
14 import com.bumptech.glide.load.resource.drawable.GlideDrawable;
17 * A static {@link com.bumptech.glide.load.resource.drawable.GlideDrawable} for displaying a single image.
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
AttributeStrategy.java 1 package com.bumptech.glide.load.engine.bitmap_recycle;
5 import com.bumptech.glide.util.Util;
SizeStrategy.java 1 package com.bumptech.glide.load.engine.bitmap_recycle;
7 import com.bumptech.glide.util.Util;
  /packages/apps/Camera2/
Android.mk 10 LOCAL_STATIC_JAVA_LIBRARIES += glide
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/
GlideUrl.java 1 package com.bumptech.glide.load.model;
  /external/glide/library/src/main/java/com/bumptech/glide/manager/
DefaultConnectivityMonitor.java 1 package com.bumptech.glide.manager;
RequestManagerRetriever.java 1 package com.bumptech.glide.manager;
17 import com.bumptech.glide.RequestManager;
18 import com.bumptech.glide.util.Util;
24 * A collection of static methods for creating new {@link com.bumptech.glide.RequestManager}s or retrieving existing
28 static final String TAG = "com.bumptech.glide.manager";
  /external/glide/library/src/main/java/com/bumptech/glide/request/
ThumbnailRequestCoordinator.java 1 package com.bumptech.glide.request;
  /external/glide/library/src/main/java/com/bumptech/glide/request/animation/
DrawableCrossFadeFactory.java 1 package com.bumptech.glide.request.animation;
9 * A factory class that produces a new {@link com.bumptech.glide.request.animation.GlideAnimation} that varies depending
17 * cache this factory produces an {@link com.bumptech.glide.request.animation.NoAnimation}.
ViewAnimationFactory.java 1 package com.bumptech.glide.request.animation;
8 * A {@link com.bumptech.glide.request.animation.GlideAnimationFactory} that produces
9 * {@link com.bumptech.glide.request.animation.ViewAnimation}s.
30 * Returns a new {@link com.bumptech.glide.request.animation.GlideAnimation} for the given arguments. If
32 * {@link com.bumptech.glide.request.animation.NoAnimation} and otherwise returns a new
33 * {@link com.bumptech.glide.request.animation.ViewAnimation}.
  /external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
Util.java 17 package com.bumptech.glide.disklrucache;
  /external/glide/
update_files.sh 2 # Pulls down the version of Glide specified by tag/branch, merges it with
3 # the existing local version of Glide, and removes unneeded tests, source
13 # Validate that we were given something to checkout from Glide's remote.
25 git remote add bump https://github.com/bumptech/glide.git
32 # Remove the existing disk cache source so it doesn't conflict with Glide's
46 git rm -rf glide || true
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
SquaringDrawable.java 1 package com.bumptech.glide.request.target;
11 import com.bumptech.glide.load.resource.drawable.GlideDrawable;
ViewTarget.java 1 package com.bumptech.glide.request.target;
11 import com.bumptech.glide.request.Request;
86 * For Glide to function correctly, Glide must be the only thing that calls {@link View#setTag(Object)}. If the
87 * tag is cleared or set to another object type, Glide will not be able to retrieve and cancel previous loads
88 * which will not only prevent Glide from reusing resource, but will also result in incorrect images being
91 * that is not an {@link com.bumptech.glide.request.Request}.
102 throw new IllegalArgumentException("You must not call setTag() on a view Glide is targeting");
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/ui/
MainFragment.java 42 import com.bumptech.glide.Glide;
43 import com.bumptech.glide.load.resource.drawable.GlideDrawable;
44 import com.bumptech.glide.request.animation.GlideAnimation;
45 import com.bumptech.glide.request.target.SimpleTarget;
206 Glide.with(getActivity())
PlaybackOverlayActivity.java 30 import com.bumptech.glide.Glide;
31 import com.bumptech.glide.request.animation.GlideAnimation;
32 import com.bumptech.glide.request.target.SimpleTarget;
157 Glide.with(this)
MovieDetailsFragment.java 44 import com.bumptech.glide.Glide;
45 import com.bumptech.glide.load.resource.drawable.GlideDrawable;
46 import com.bumptech.glide.request.animation.GlideAnimation;
47 import com.bumptech.glide.request.target.SimpleTarget;
162 Glide.with(getActivity())
188 Glide.with(getActivity())
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
PreFillType.java 1 package com.bumptech.glide.load.engine.prefill;
6 * A container for a set of options used to pre-fill a {@link com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool}
135 * @param config The config to use, or null to use Glide's default.
  /external/glide/library/src/main/java/com/bumptech/glide/util/
LruCache.java 1 package com.bumptech.glide.util;
Util.java 1 package com.bumptech.glide.util;
56 * @deprecated Use {@link #getBitmapByteSize(android.graphics.Bitmap)} instead. Scheduled to be removed in Glide
143 * Creates a {@link java.util.Queue} of the given size using Glide's preferred implementation.
  /cts/tests/leanbackjank/app/src/android/leanbackjank/app/presenter/
CardPresenter.java 24 import com.bumptech.glide.Glide;
76 Glide.with(viewHolder.view.getContext())
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/presenter/
CardPresenter.java 25 import com.bumptech.glide.Glide;
82 Glide.with(viewHolder.view.getContext())

Completed in 4660 milliseconds

1 2 3 4 5 6 7 891011