MCPcopy Index your code
hub / github.com/bumptech/glide / load

Method load

library/src/main/java/com/bumptech/glide/ModelTypes.java:19–19  ·  view source on GitHub ↗
(@Nullable Bitmap bitmap)

Source from the content-addressed store, hash-verified

17 */
18interface ModelTypes<T> {
19 @NonNull
20 @CheckResult
21 T load(@Nullable Bitmap bitmap);
22

Implementers 14

RequestManagerlibrary/src/main/java/com/bumptech/gli
RequestBuilderlibrary/src/main/java/com/bumptech/gli
LoadPathlibrary/src/main/java/com/bumptech/gli
Enginelibrary/src/main/java/com/bumptech/gli
GlideRequestannotation/compiler/test/src/test/reso
GlideRequestsannotation/compiler/test/src/test/reso
GlideRequestannotation/compiler/test/src/test/reso
GlideRequestsannotation/compiler/test/src/test/reso
GlideRequestannotation/compiler/test/src/test/reso
GlideRequestannotation/compiler/test/src/test/reso
GlideRequestannotation/compiler/test/src/test/reso
GlideRequestannotation/compiler/test/src/test/reso

Calls

no outgoing calls